sitemap.xml 403 error (basURL/sitemap.xml inaccessible with Pretty URLs turned ON)
PermalinkI currently have the site hosted with Network solutions and had previously had Pretty URL issues. They found that Concrete5 websites installed withing subdirectories were not working properly. I have no idea if the two are related, buthttp://www.barkingtuna.com/sitemap.xml... does not work. I get a 403 error. I have deleted the site cache, re-run the sitemap builder. It shows that it was successful, but when I try and go directly to it, I get the error. Where is my sitemap.xml file then and why is not accessible? I am include the .htaccess file code that Network solutions modified in case that has something to do with it. Either way, Pretty URLs works nice now.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L]
</IfModule>