mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
Allow sitemaps and google veryfication html
Change in rewrite conditions in .htaccess.
This commit is contained in:
parent
2135869d86
commit
af580ef683
@ -1,6 +1,6 @@
|
||||
RewriteEngine on
|
||||
#RewriteBase /
|
||||
RewriteCond $1 !^(index\.php|static|favicon\.ico|robots\.txt)
|
||||
RewriteCond $1 !^(index\.php|static|favicon\.ico|robots\.txt|sitemap.xml|google(.+)\.html)
|
||||
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
|
||||
|
||||
SetOutputFilter DEFLATE
|
||||
|
Loading…
x
Reference in New Issue
Block a user