View Full Version : index website
rob01
02-25-2009, 05:29 AM
hello i have a question , i made a custom index website, and im using vbulletin inside a folder /forums/
but it seems google dosnt index my forums well .. since it just crawls inside the index website and not all the forum..
any idea?
Michael.A
02-25-2009, 05:38 AM
thats what i did i renamed the index.php to forum.php " the one in ur forums folder" then i moved the index.php from the public html to the forums forder
then i add that in my htaccess.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.)?your site.com$ [NC]
RewriteCond %{REQUEST_URI} !^/forums/
RewriteRule ^(.*)$ "http://you site.com/forums/" [R=301,L]
Dismounted
02-25-2009, 07:27 AM
You need to link to your forums on your index page. SE spiders access the links on the page, and if there are not links to your forum, it won't get there.
rob01
02-25-2009, 04:40 PM
well i have links to the forums, but im not sure why the spiders dont access the links
Lynne
02-25-2009, 04:46 PM
Are the links available to unregistered users?
rob01
02-25-2009, 05:32 PM
yeah yeah.. the links are able for everyone
but im not sure whats wrong :(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.