On October 4, 2011 4:32 , Josu Lazkano
wrote:
Hello, I am trying to configure a site, I want to add a Alias. This way
it works well:
ServerAdmin mymail
ServerName site1.mydomain.com
[...]
But I want to get my web from http://site1.domain.com and
http://server/site1, so I add
Hi,
Doesn't work, but what happens? http gives you an error?
You can do a redirect.
Regards,
Hugo Gomes
On Tue, 2011-10-04 at 10:32 +0200, Josu Lazkano wrote:
> Hello, I am trying to configure a site, I want to add a Alias. This way
> it works well:
>
>
>
Hello, I am trying to configure a site, I want to add a Alias. This way
it works well:
ServerAdmin mymail
ServerName site1.mydomain.com
DocumentRoot /usr/share/site1
Options FollowSymLinks
AllowOverride All