main server domain in ispconfig

Discussion in 'General' started by maciejjo, Jun 13, 2012.

  1. maciejjo

    maciejjo New Member

    [SOLVED] main server domain in ispconfig

    My server is for example server1.example.com. I want ispconfg to control that domain and also other CNAME records like mail.example.com or ftp.example.com. I added server1.example.com to ispconfig, but when I enter this in browesr, it redirects me to default 'It works' apache page, instead of deafult ISPConfig 'Welcome to your website!' page. How do i change this?
     
    Last edited: Jun 14, 2012
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Ensure that you selected the IP address and not * in the website settings. If the IP is not listed there, add it under system > server IP first.
     
  3. maciejjo

    maciejjo New Member

    Ok, I changed this, but unfortunately it didn't help. I restarted apache after this change and it's still the same.

    There is server1.example.com.vhost file that redirects to proper directory, and with other domain names it works, but not with the domain name of the server, where it users default config.
     
    Last edited: Jun 13, 2012
  4. falko

    falko Super Moderator Howtoforge Staff

    Can you try this?

    Code:
    a2dissite default
    /etc/init.d/apache2 restart
     
  5. maciejjo

    maciejjo New Member

    Thank You!

    Thank you very much, this solved my problem :)
     

Share This Page