PDA

View Full Version : Urgent help needed please


JPM
04-10-2011, 11:19 AM
This, to some, is a basic question.

However, I don't know what to do.

We have an issue with our custom home page at www.theproductforum.com and its currently shpwing blank, this is not an easily sorted problem so for the time being I want the forums to be the first page people see. How can I do this please?

www.theproductforum.com/forums is where the forum is located currently.

Frosty
04-10-2011, 12:08 PM
Put this in your .htaccess file:
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.theproductforum\.com$ [NC]
RewriteRule ^(.*)$ http://theproductforum.com/$1 [R=301,L]
RedirectMatch permanent ^/$ http://theproductforum.com/forums/

Should work..

JPM
04-10-2011, 02:38 PM
Thanks for your help. This problem has been solved now.