Help with Cnames/Vhosts... (Redirects)

Discussion in 'General' started by strideynet, Apr 24, 2014.

  1. strideynet

    strideynet New Member

  2. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    That's easy.
    Create a subdomain control.mainsite.tld
    Choose "R,L" or "R=301,L" as redirect type.
    Enter https://mainsite.tld:8080/ into the redirect path field.
    You're done :)
     
  3. strideynet

    strideynet New Member

    Thanks

    Thanks. Just testing that now. Do I need a cname record?
     
  4. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    That depends on your dns settings.
    If you have already a host "*" A record, you don't need a cname. Otherwise you do.
     
  5. strideynet

    strideynet New Member

    Seems to not be working

    Followed your advice and created a "*" A record. and also created the subdomain. Doesnt seem to be working? How can i troubleshoot this?
     
  6. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Remember that dns settings take up to 24 hours to propagate to all dns servers.

    You can check it on a linux console with
    Code:
    host -a subdomain.yourdomain.com
     
  7. strideynet

    strideynet New Member

    Thanks

    All working now! Thanks!
     

Share This Page