diff --git a/.htaccess b/.htaccess index e0ea4395..a3fa8fb0 100644 --- a/.htaccess +++ b/.htaccess @@ -1,11 +1,15 @@ Order Deny,Allow - - Deny from all + + Deny from all - Allow from all + Allow from all + + ForceType application/x-httpd-php + + # Block view of some folders Options -Indexes DirectoryIndex index.php @@ -13,8 +17,8 @@ DirectoryIndex index.php # Support for UTF8 AddDefaultCharset utf8 - CharsetDisable on - CharsetRecodeMultipartForms Off + CharsetDisable on + CharsetRecodeMultipartForms Off # 5MB should be enough for the largest screenshots in the land