Skip to content

Commit

Permalink
Fixed issue #11821: Apache error uploading images kcfinder
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Oct 23, 2016
1 parent c2850ba commit 268c4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/kcfinder/conf/upload.htaccess
Expand Up @@ -7,8 +7,8 @@
<IfModule mod_php6.c>
php_flag engine Off
</IfModule>
<IfModule mod_cgi.c>
Options -ExecCGI
<IfModule mod_php7.c>
php_flag engine Off
</IfModule>

RemoveHandler .cgi .pl .py .pyc .pyo .phtml .php .php3 .php4 .php5 .php6 .pcgi .pcgi3 .pcgi4 .pcgi5 .pchi6 .inc
Expand Down

0 comments on commit 268c4d8

Please sign in to comment.