[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Raq550 Removing frontpage from a Vsite
- Subject: RE: [cobalt-users] Raq550 Removing frontpage from a Vsite
- From: BSmith@xxxxxxxxxxx
- Date: Mon Jun 16 14:54:06 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Richard Kurth [mailto:rdkurth@xxxxxxxxxxxx]
Sent: Monday, June 16, 2003 5:47 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] Raq550 Removing frontpage from a Vsite
Hello ,
How come when you turn frontpage off on the Raq550 it does not remove
the .htaccess file or any of the extra directory it adds when you
turn in on?
Can the .htaccess file and the vti_pvt _vti_log _vti_cnf _private
directors be removed after you turn front page off?
Will it case any problems?
_____________________________________
It shouldn't cause any problems. But, if you really want to know all
that was created? Just go ahead and create a new vsite, put nothing in
it, and see what files were added.
Also, backup your site first, just incase you delete something by mistake
cd /home/sites/[domain]/web
tar cfvpz ../mysite.tgz *
That way should you mess something up, you have it still. To uncompress
tar xfvpz ../mysite.tgz
Thanks,
Brian