How to: vBulletin Sitemap Generator on multiple webserver

How to: vBulletin Sitemap Generator on multiple webserver

Turn off the sitemap-generator cronjob in vbulletin admincp
Now we create a conjob:

cmd> crontab -e 

Change the lines below to match your path and credentials and put them in a new cron:

php /path/to/forum/vbseo_sitemap/vbseo_sitemap.php
scp /path/to/forum/vbseo_sitemap/data/*.gz user1@host1:directory/
scp /path/to/forum/vbseo_sitemap/data/*.gz user2@host2:directory/


Learn More :