From ce82a8f09fa8e109061b19a1f271480aa7ab3d85 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Sat, 11 Jul 2015 19:14:47 +0200 Subject: [PATCH] rather enforce interpretation as php for aowow/aowow than hiding it (wich broke filter forms) --- .htaccess | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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