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

Re: [cobalt-users] template hosting page



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