Allow sitemaps and google veryfication html

Change in rewrite conditions in .htaccess.
This commit is contained in:
PJanisio 2014-11-09 10:58:51 +01:00
parent 2135869d86
commit af580ef683

View File

@ -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