Access is Denied. Error Processing Resource.
I was working on a sitemap for a website today and this error popped up when I tried to view the xml file in the browser: Access is Denied. Error Processing Resource.
I am not a big expert on XML and its errors. I was using the same Sitemap generator plugin for WordPress on that site as I do on Frobie.
It turns out the error was pretty simple. The other site did not have the leading “www” part in its URL. The XML file was looking for the XSLT file using the full URL path, but the domains did not match so it threw up the access is denied error.
Example:
With “www”: http://www.frobie.com/sitemap.xml
Without “www”: http://frobie.com/sitemap.xml
Weird.