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

Re: [cobalt-users] Site Admin Dropping straight to /web



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