Quote:
Originally Posted by briansol
The file should be in your FORUM root, not necessarily your site root.
It should also come BEFORE any other rewrite rules, especailly a catch-all.
|
my site root is my forum root.
and how i said it also dont work with clear rewrite rule only the vbseo sitemap rewrite in it.:
HTML Code:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
should i set it to AllowOverride All ?