Hi,

I want to create 2 sites on the same installation so I'm trying to use Virtual sites module.

When i set base url (virtual site common module) to http://www.mysite.com/site1 and I try to connect to
http://www.mysite.com/site1 , a "Page not found" error appears (I have set default front page for site1).

Did I miss something ?

Comments

AdamPS’s picture

Issue summary: View changes
Status: Active » Fixed

Basically you are missing configuration for you web-server - for example Apache. For Apache you would probably need a "Name-based Virtual Host".

All that settings this Base URL parameter does is some redirection. It means that if you access the site by some URL other the one specified in base URL, you will get redirected to base URL.

Your first step is to get it so that http://www.mysite.com/site1 brings up your home page. Until you get there, this module isn't involved at all. If you need more help to reach that stage, please ask in a forum related to setting up your web-server.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.