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