Redirecting to custom homepage

anmol dubey

Member
Hi,

I have made a custom homepage for my site which is at

http://dealschintu.com/forums/pages/homepage

I want the user hitting -dealschintu.com to get redirected to the new homepage - http://dealschintu.com/forums/pages/homepage. What is the best way to do it?

What i have already tried:

1. Tried adding below code to site htaccess - but it dint work

RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?dealschintu.com$
RewriteRule ^(/)?$ forums/pages/homepage [L]
Please suggest how do i get this working
 
Set the Index Page Route in the ACP -> Options -> Basic Board Information to pages/homepage/
 
Set the Index Page Route in the ACP -> Options -> Basic Board Information to pages/homepage/

But i am having a issue after doing this change. When i click on forums tab - its redirecting me to /forums/forums insted of /forums
 

Attachments

  • upload_2015-1-2_2-11-31.webp
    upload_2015-1-2_2-11-31.webp
    12.8 KB · Views: 11
Top Bottom