mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue