I have made the follwing entry to the proftpd_ispconfig.conf file: <VirtualHost xxx.xxx.xxx.xxx> DefaultRoot /var/www/web1/web/freebies/newsletter AllowOverwrite on Umask 002 </VirtualHost> where xxx.xxx.xxx.xxx is the actual dedicated IP address. ISPConfig routinely overwrites this statement and replaces the DefaultRoot with ~ which locks the user in their own folder. How can i get ISPConfig to stop overwriting the above entry? Thanks so much!
You can either modify the template /root/ispconfig/isp/conf/proftpd_ispconfig.conf.master or change the programming in /root/ispconfig/scripts/lib/config.lib.php.