I forgot to mention in the thread title that it's for the Sitemap generator.
I've gotten through steps A and B of the site map generator installation but I'm confused about the rest.
This is what I have left to do.
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" )
D. To Configure:
- Go to your ADMIN CP > vBulletin Options > vBSEO Google/Yahoo Sitemap Generator
- Edit your settings as desired
- Important: Enter your Direct Script Run Code (this is also your password for your automated reports)
- Go to your ADMIN CP > Scheduled Tasks > Add New Scheduled Task
- Edit new task options:
- Title: vBSEO - Create Google/Yahoo Sitemap
- Filename: ./vbseo_sitemap/vbseo_sitemap.php
- Set task schedule according to your forums activity. For instance, to generate a daily sitemap at 2AM set:
- Day of the Week: *
- Day of the Month: *
- Hour: 2 (or any other)
- Minute: 0 - - -
Here are my questions:
Am I copying and pasting the the section name(EX Apache and mod_rewrite) and the text below each title or just the text? (EX RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L])
Does it matter where it's copied and pasted to?
The only thing in my .htaccess now is --RedirectMatch temp ^/$ Boaterforums.com- Your Virtual Homeport - Powered by vBulletin
In step D, part 3, what password do I use? I am not getting any automated reports.
Thanks in advance from a very confused rookie.![]()


LinkBack URL
About LinkBacks





Reply With Quote
