ok, i am gonna do it now...i am sure i will be back with questions
ok, it has instrux for vb 3.0 and 3.5...
Quote:
vBulletin 3.0.x Installation Instructions
A. Upload the 'vbseo_sitemap' folder along with the files in it to your forum root.
CHMOD 777 the 'vB-root/vbseo_sitemap/data/' folder
B. Open your 'vbroot/.htaccess' file and enter the following code:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml\.gz|txt))$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
C. To Configure:
Open the vbseo_sitemap/vbseo_sm_config30x.php file using a text editor
Change 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 - - -
vBulletin 3.5.x Installation Instructions
A. Upload the 'vbseo_sitemap' folder along with the files in it to your forum root.
CHMOD 777 the 'vB-root/vbseo_sitemap/data/' folder
B. Go to your ADMIN CP > 'Plugin System' > 'Manage Products' > Click on [Add/Import Product]
Browse to the file 'vbseo_sitemap.xml', Click 'Import'
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 - - -
|
for 3.6 you do not need to do any rewrites, just upload files?