GetSimple Support Forum

Full Version: RESOLVED: sitemap.xml 404s because default .htaccess file denies access to xml files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, so I just moved my GetSimple website over to a new server and now the sitemap.xml file 404s even though it physically exists on the server. My sysadmin says it's because xml files are blocked in the .htaccess file (which appears to be the case). How do I remedy the .htaccess file to allow sitemap.xml but still deny all other xml files for security reasons?

Running GS 3.2.1 would upgrading to 3.3.1 remedy that?

NEVER MIND - I FIGURED IT OUT BUT THE FORUM WON'T ALLOW ME TO DELETE MY POST. ADDED THE FOLLOWING CODE TO MY .HTACCESS FILE:
<Files sitemap.xml>
Order allow,deny
Allow from all
Satisfy All
</Files>