How To Create Default Directories In ISPConfig On New Accounts Created
- Forums
- Dedicated Hosting
- How To Create Default Directories In ISPConfig On New Accounts Created
This Page Contains information about How To Create Default Directories In ISPConfig On New Accounts Created By paker in category Dedicated Hosting with 2 Replies. [327], Last Updated: Sat May 18, 2024
paker
Thu Mar 06, 2008
2 Comments
1238 Visits
hello
i have a dedicated server with you and i installed ispconfig but i want to know if you guys know how i can change where i can add another directory to the default directories when a new account or domain is installed.
for example, when a new account is created, ispconfig created these folders:
cgi-bin
log
mail
phptmp
user
web
and under the web folder these are created
error
stats
so i want to add a new folder to this lis so it will be
error
stats
images
how do i do that?
i have version Version: 2.2.19 so the file to edit is:
/root/ispconfig/scripts/lib/config.lib.php
and the function to edit is:
make_docroot
its on line 1024
function make_docroot($doc_id,$hostname,$domainname,$web_quota,$update) {