Skip to content

Commit

Permalink
MAGETWO-60633: [Github] .htaccess deny code execution not working for…
Browse files Browse the repository at this point in the history
… Apache + php-fpm #6766
  • Loading branch information
oshmyheliuk committed Nov 10, 2016
1 parent c848b93 commit febe7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pub/media/.htaccess
Expand Up @@ -12,7 +12,7 @@ AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
Options -ExecCGI

<FilesMatch ".+\.(ph(p[3457]?|t|tml)|[aj]sp|p[ly]|sh|cgi|shtml?|html?)$">
SetHandler default-hanlder
SetHandler default-handler
</FilesMatch>

<IfModule mod_rewrite.c>
Expand Down

0 comments on commit febe7d5

Please sign in to comment.