We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999398e commit cb10ac2Copy full SHA for cb10ac2
uploads/.htaccess
@@ -8,11 +8,11 @@
8
Options -ExecCGI
9
10
# Deny files access for some file extensions
11
-<FilesMatch "(?i)\.(php|php5|php4|php3|php2|phtml|pl|py|jsp|asp|htm|shtml|sh|cgi)$">
+<FilesMatch "(?i)\.(php|php5|php4|php3|php2|phtml|pl|py|jsp|asp|htm|html|shtml|sh|cgi)$">
12
ForceType text/plain
13
Order Deny,Allow
14
Deny from All
15
</FilesMatch>
16
17
# Process script files as plain text
18
-AddHandler default-handler .php .php5 .php4 .php3 .php2 .phtml .pl .py .jsp .asp .htm .shtml .sh .cgi
+AddHandler default-handler .php .php5 .php4 .php3 .php2 .phtml .pl .py .jsp .asp .htm .shtml .sh .cgi
0 commit comments