Automatically creating CNAME's when domain is created?

Discussion in 'Installation/Configuration' started by bbrendon, May 14, 2008.

  1. bbrendon

    bbrendon New Member

    When a domain is created, how can I make it so that a few CNAMEs are also created for the domain?

    I looked at /root/ispconfig/isp/conf/pri.domain.master, but it seems that would make it static for all domains and not allow me to change it.

    tia.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You will have to modify the ISPConfig sources. Please have a look at the file /home/admispconfig/ispconfig/lib/classes/ispconfig_isp_web.lib.php
     
  3. bbrendon

    bbrendon New Member

    Cool. This looks like the function:
    function _insert_dns($doc_id,$doctype_id,$web) {
     

Share This Page