[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Site Admin Dropping straight to /web
- Subject: Re: [cobalt-users] Site Admin Dropping straight to /web
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Oct 17 22:45:51 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
http://www.proftpd.net/docs/configuration.html#DefaultChdir
# Restore file permissions capability to site administrator
<Global>
AllowChmod on
# Report localtime, not GMT
TimesGMT off
# added by me 10.17.2001
DefaultChdir ../../web site-adm
</Global>
It has to be in one of the following context [container]
Context: server config, <VirtualHost>, <Anonymous>, <Global>
Gerald