Ok, I just installed VBSeo and I want to install the site map generator. I see now there is a .htaccess file with the site generator. What do I do? I don't want to just overright the VBSeo .htaccess file do I? Do I combine them?
Mike
This is a discussion on Question with Site Map and VBSEO htaccess files within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Ok, I just installed VBSeo and I want to install the site map generator. I see now there is a ...
Ok, I just installed VBSeo and I want to install the site map generator. I see now there is a .htaccess file with the site generator. What do I do? I don't want to just overright the VBSeo .htaccess file do I? Do I combine them?
Mike
Hello Mike,
in case if you have vBSEO installed, you should keep your existing .htaccess as it already has rewrite rule for sitemap generator included.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thanks Oleg!
Mike
So, do I ignore this step?
C. Open your 'vbroot/.htaccess' file and enter the following code:
Apache and mod_rewrite
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
IIS and ISAPI_Rewrite
RewriteRule ^/vBroot/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /vBroot/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
lighthttpd
url.rewrite-once = ( "^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1" )
Yes