I'm getting this error ... The requested URL /forum/sitemap_index.xml.gz was not found on this server.
I put the rewrite rule
Code:
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
into my httpd.conf file for apache ... but still no go.
If I run /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 I get Sitemap file not found
Any advice?