https redirection not working

Discussion in 'ISPConfig 3 Priority Support' started by francoisPE, Oct 4, 2023.

  1. francoisPE

    francoisPE Active Member

    Hello
    I have a multi server conf.
    each server have there own website.
    example : server mail.dom.tld has a website mail.dom.tld.
    For a reason I ignore in that case https redirection is not working.
    I try also require all deny in vhost with no more success...
    I am to the conclusion that in that specific case apache is using another vhost file that mail.dom.tld.vhost to define what to do...
    Thank you for your help
     
  2. francoisPE

    francoisPE Active Member

    I even set that
    upload_2023-10-4_22-1-16.png

    it has no impact : still port 80 answering with apache default site
    upload_2023-10-4_22-1-57.png
     
  3. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Disable the default vhost with
    Code:
    a2dissite 000-default
     
  4. francoisPE

    francoisPE Active Member

    That's so simple !
    THANKS A LOT :):):)
     
    Th0m likes this.

Share This Page