Skip to content

Commit febe7d5

Browse files
committed
MAGETWO-60633: [Github] .htaccess deny code execution not working for Apache + php-fpm magento#6766
1 parent c848b93 commit febe7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pub/media/.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
1212
Options -ExecCGI
1313

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

1818
<IfModule mod_rewrite.c>

0 commit comments

Comments
 (0)