default directories created

Discussion in 'Installation/Configuration' started by bigger_travis, Mar 6, 2008.

  1. bigger_travis

    bigger_travis New Member

    hello,

    i have Version: 2.2.19 successfully installed.

    i see that everytime a new account is reated the default directories are created:

    cgi-bin
    log
    mail
    phptmp
    user
    web

    and under web, these are created
    error
    stats

    my question is, which how can i add my own (another) directory along with the defaults?

    for example, i want a directory called "images" with 777 permission created when a new account is created. is that possible?

    thanks for all your great help.

    great script.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    To create custom directories, you will have to modify the file /root/ispconfig/scripts/lib/config.lib.php and add your code to the function make_docroot.
     
  3. bigger_travis

    bigger_travis New Member

    thanks

    thank you for your help. i was able to do what i wanted with your help
     

Share This Page