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...
|
I have added this to my .htaccess file in my forum root. I have imported the latest version of the product but I still get the loading issue. I am running 3.8.2 Any ideas??
Update: I deleted the product and installed version 6.4 as per someones suggestion. Now it works. Why doesnt latest version work with 3.8.2????