From 95f506ec28c8097e37c73eadbbd4cd8472551999 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 6 Mar 2013 18:47:49 -0800 Subject: [PATCH] disable rewrites in .htaccess --- public/.htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index cbdf67a..2b764d3 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -2,10 +2,10 @@ DefaultType text/html AddType application/rss+xml rss AddOutputFilterByType DEFLATE application/rss+xml text/css application/javascript text/html -RewriteEngine on +#RewriteEngine on -RewriteCond %{REQUEST_URI} ^.*\.html$ -RewriteRule ^(.*)\.html$ /$1 [R=301,L,NS] +#RewriteCond %{REQUEST_URI} ^.*\.html$ +#RewriteRule ^(.*)\.html$ /$1 [R=301,L,NS] # # Turn on Expires and set default expires to 3 days # ExpiresActive On