Nice mod *INSTALLED*
Had a little problem setting this up, but found the solution.
Got the 404 error when trying to access the sitemap, so found the problem was the .htaccess file.
This was being ignored by apache because in the httpd.conf the AllowOverrides None option was set.
A bit of googling shows that apache doesn't seem to like .htaccess files much, unless you REALLY want to use them. So, I moves the .htaccess file to /etc/httpd/conf.d/vbseo_sitemap.conf
Apache likes it now and just includes it with all the other configs.
Not much use if you're on some sort of limited access webserver, but having full control over my server this seemed the better option.
|