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
Please suggest how do i get this working
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]
RewriteCond %{HTTP_HOST} ^(www.)?dealschintu.com$
RewriteRule ^(/)?$ forums/pages/homepage [L]