[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] template hosting page
- Subject: Re: [cobalt-users] template hosting page
- From: Cmopollux@xxxxxxx
- Date: Sat Sep 9 07:34:20 2000
Here is the exact way to do it.
#upload it to /home/sites/home/index.html or wherever
su root
cp /home/sites/home/index.html /etc/skel/group/en_US/web/index.html
Then you are all set for the new "vsite" place holder. If you wan't the
change the place holder for when a "user" for a vsite is made. Upload the
index.html to wherever, then-
cp /home/sites/home/index.html /etc/skel/user/en_US/web/index.html
Hope this helps