For some reason I am having massive troubles with this. I have tried adding .xml.gz to the "skip bootstrap file" line like this:
Code: Select all
RewriteRule !\.(js|ico|gif|jpg|png|css|php|bmp|txt|xml|html|gz|pdf|pl|swf|xml.gz)$ index.phpI also tried doing:
Code: Select all
RewriteRule ^web_sitemap_bf241ccb_000.xml.gz$ web_sitemap_bf241ccb_000.xml.gz [L]Basically those are my 2 relevant lines in my .htaccess file. Can anyone give me a bit of help?