mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
disable rewrites in .htaccess
This commit is contained in:
parent
1de782d653
commit
95f506ec28
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue