Quote:
Originally Posted by mike2902
Its seems to be working but my boxes just say loading........ any thoughts?

|
Originally Posted by Cybernetec
https://vborg.vbsupport.ru/showp...&postcount=576
check it out i also had same problem on my site but now i fix it with help of Cyb
1. Set Forum URL in vB Options to
WWW.forum.xxx
2. Redirect forum.xxx to
www.forum.xxx
This is easily done via .htaccess which is placed in forum root folder:
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^FORUM.com [NC]
RewriteRule ^(.*)$ http://www.FORUM.com/$1 [L,R=301]
Replace FORUM.com with your domain...
__________________