Hello,
I’m having problems generating the sitemap using vbseo sitemap 3.0 PL1. It only generated one link. I have a private forum in which guests need to register to view the full site, but the forumdisplay is open to public. I’m able to see some indexes when I did a search using Google. So why won’t the sitemap generated?
I’m running vBulletin 4.1.3
Here is how I setup the .htaccess:
RewriteBase /
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteRule ^threads/([0-9]+)-(.*)? showthread.php?t=$1 [QSA,L]
RewriteRule ^members/([0-9]+)-(.*)? member.php?u=$1 [QSA,L]
RewriteRule ^forums/([0-9]+)-(.*)? forumdisplay.php?f=$1 [QSA,L]
ErrorDocument 404 http://www.bettingtalk.com
<Files 403.shtml>
order allow,deny
allow from all
</Files>
This is my sitemap http://www.bettingtalk.com/sitemap_forum_1.xml.gz. It only shows the site URL.
Thanks and regards.


3Likes
LinkBack URL
About LinkBacks





Reply With Quote

