disable rewrites in .htaccess

This commit is contained in:
Sami Samhuri 2013-03-06 18:47:49 -08:00
parent 1de782d653
commit 95f506ec28

View file

@ -2,10 +2,10 @@ DefaultType text/html
AddType application/rss+xml rss AddType application/rss+xml rss
AddOutputFilterByType DEFLATE application/rss+xml text/css application/javascript text/html AddOutputFilterByType DEFLATE application/rss+xml text/css application/javascript text/html
RewriteEngine on #RewriteEngine on
RewriteCond %{REQUEST_URI} ^.*\.html$ #RewriteCond %{REQUEST_URI} ^.*\.html$
RewriteRule ^(.*)\.html$ /$1 [R=301,L,NS] #RewriteRule ^(.*)\.html$ /$1 [R=301,L,NS]
# # Turn on Expires and set default expires to 3 days # # Turn on Expires and set default expires to 3 days
# ExpiresActive On # ExpiresActive On