Question
How can I redirect to www.domain.com/forum
Hi there,
I am trying to redirect the URL when I write www.domain.com to www.domain.com/forums.
I already tried with a couple of htaccess files, but with no results. For example:
RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule (.*) http://www.domain.com/forums [R=301,L]
Hope you can help me.
Regards.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×