[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RE: cobalt-users digest, Vol 1 #2418 - 17 msgs
- Subject: [cobalt-users] RE: cobalt-users digest, Vol 1 #2418 - 17 msgs
- From: "Billy Kimbler" <kimbler01@xxxxxxxxxxxxxxx>
- Date: Fri Mar 23 13:04:40 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
nother way that requires a one off change to httpd.conf is :
add the following line into the config for one of your domains:
AliasMatch ^/usersites/([^/]+)(/(.*))? /home/sites/$1/web/$3
and restart httpd
from then on you will be able to access any domain prior to propogation to
view it by :
www.original.domain/usersites/www.newdomain.com
works a treat
<does it get overwritten when i make changes to my admin page for any istes
or is it hard codied in the httd.conf file