[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] NameBased Hosting: Viewing a site with IP only



Hi:

To see the sites before transfered on networksolutions :

You need to add one line in you httpd.conf file :

AliasMatch ^/~([^/]+)(/(.*))? /home/sites/home/users/$1/web/$3 (this line
already exist)
AliasMatch ^/domain/([^/]+)(/(.*))? /home/sites/$1/web/$3 (you need to add
this line)

Then, you save the file and restart apache.

the alternative URL :
www.yourmaindomian.com/domain/www.thenewsite.com

note : you can put any word in place of "domain" in your httpd.conf file
(example : AliasMatch ^/sites/([^/]+)(/(.*))? /home/sites/$1/web/$3 )

Regards
Fabian





----- Original Message -----
From: "cbtrussell" <cbtrussell@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Monday, August 27, 2001 8:31 AM
Subject: Re: [cobalt-users] NameBased Hosting: Viewing a site with IP only


>
> > In Name based hosting is there a way to view a domain before
> > it is added to the DNS by the servers IP number and the path
> > of the files?
>
> Two ways of doing the same thing (subdomain method):
>
> http://list.cobalt.com/pipermail/cobalt-users/2000-February/004349.html
>
> http://list.cobalt.com/pipermail/cobalt-users/2001-March/038500.html
>
> A different approach:
>
> http://list.cobalt.com/pipermail/cobalt-users/2001-March/038459.html
>
> HTH,
>
> Brandon
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>