Block script execution inside upload folders

pull/2487/head
jmontoyaa 9 years ago
parent 4387516cbe
commit 337c3e6d25
  1. 3
      app/home/.htaccess
  2. 3
      app/upload/.htaccess

@ -0,0 +1,3 @@
<FilesMatch "(?i)\.(php5|php4|php|php3|php2|phtml|pl|py|jsp|asp|sh|cgi)$">
deny from all
</FilesMatch>

@ -0,0 +1,3 @@
<FilesMatch "(?i)\.(php5|php4|php|php3|php2|phtml|pl|py|jsp|asp|sh|cgi)$">
deny from all
</FilesMatch>
Loading…
Cancel
Save