I had sitemap installed with this .htacess
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
then i bought vbseo and uploaded the .htacess that came with it, it had the line:
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
But the
RewriteEngine On
wasn't there
should i add it? what does it do anyways?







Reply With Quote