Quote:
Originally Posted by Zachery
Not a good idea. It'll be bad for your search engine rankings, plus a nightmare with cookies.
|
Why is it bad for search engine rankings and how is it a nightmare with cookies? I have 4 domains for my forums and I don't have neither of those problems ... he asked for help not your opinion ... Now you might take my questions a bit personal but all he asked for was help on how to do something ....
Anyways ... add the following to your .htaccess file and in your cPanel put your domains as parked domains and you are set ...
All you are doing here is redirecting your other domain to the forums and it has nothing to do with cookies at all and it "will not" affect your site ...
Example, this is the direct link to my clan's forums:
https://www.cagclan.com/community/forum.php
This is the 2nd domain which is just redirected to the forums:
www.clansrus.com ...
Try it
Code:
RewriteCond %{HTTP_HOST} ^yourdomain\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.yourdomain\.com$
RewriteRule ^/?$ "http\:\/\/yourdomain\.com\/forum-path\/" [R=301,L]