2011-03-02, 00:19:17
Not sure if anyone else has spotted this, or if I had missed something obvious.
There is a problem with Sitemap.xml... the htaccess code:
There is a problem with Sitemap.xml... the htaccess code:
Quote:<Files ~ "\.xml$">... seems to block access to it.
Order allow,deny
Deny from all
Satisfy All
</Files>