Quote:
Originally Posted by Cybernetec
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...
|
There's a bug somewhere that is causing a IP to loop on the stats
"POST /misc.php?show=hottestthreads&resultsnr=7 HTTP/1.1" 200
is where it's at.