yes mod_rewrite is allowed on my server and the rewrite rules are allowed in my .htaccess file. I already rewrited my url so it changes from
http://www.domain.com to
http://domain.com
so i know its working, it just gives an error with this SEO thing.
if my forums is in a folder and not in the main public_html area such as
http://domain.com/forums/
i put the rewrite stuff in the .htaccess specifically for that forums folder in the forums folder.
Quote:
RewriteBase /forum/
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
is that good?