Skip to content

Commit d560ba9

Browse files
author
Bohdan Korablov
committed
Merge remote-tracking branch 'falcons/MAGETWO-60633' into MAGETWO-60792
2 parents a8f9177 + c848b93 commit d560ba9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pub/media/.htaccess

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ php_flag engine 0
1111
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
1212
Options -ExecCGI
1313

14+
<FilesMatch ".+\.(ph(p[3457]?|t|tml)|[aj]sp|p[ly]|sh|cgi|shtml?|html?)$">
15+
SetHandler default-hanlder
16+
</FilesMatch>
17+
1418
<IfModule mod_rewrite.c>
1519

1620
############################################

0 commit comments

Comments
 (0)