Report this

What is the reason for this report?

How can I redirect to www.domain.com/forum

Posted on November 4, 2016

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.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

This should do the trick inside your VirtualHost:

Redirect permanent / https://www.domain.com/forums/

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.