How to redirect from one web directory to another with Apache
- by RN
Apache2
Plesk 9.x
I have a website www.example.com
and my blog is on www.example.com/blog
I have no content on www.example.com as of now
So I want all requests for example.com to be redirected to www.example.com/blog
How should I do that ? Is this something I can do in Apache?
I am using the GoDaddy DNS server.
Not sure if it matters- but I have multiple domains hosted n the same server. And I am using Plesk to manage my virtual hosts.