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

[cobalt-users] RE: cobalt-users digest, Vol 1 #2418 - 17 msgs



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