If you go to http://www.site.com/forum/ my site is blank if you go to http://www.site.com/forum/index.php all is OK and you can navigate through the forum no problem including sub pages and the sub-forums. However most home links point to http://www.site.com/forum/ so google is seeing a blank page. I am using PHPFox and Vbulletin 3.x
Here is what I have in my .htaccess in both the site root and forum root
RewriteCond %{HTTP_HOST} !^www\.site\.com
RewriteRule (.*) http://www.site.com/forum/$1 [L,R=301]
redirect 301 http://www.site.com/forum/ http://www.site.com/forum/index.php
redirect 301 http://www.site.com/forum http://www.site.com/forum/index.php
redirect 301 http://site.com/forum/ http://www.site.com/forum/index.php
Any help would be appreciated.


1Likes
LinkBack URL
About LinkBacks





Reply With Quote

