Problem with interface-link

  • hi there,


    i installed 1.1.0-rc4.7 on a debian wheezy server.
    so far so good - everything works fine while installing. for the fqdn i used something like ns0000.serverhost.eu.
    for the imscp interface link i used login.ns0000.serverhost.eu.


    after the installation is done i try to open https://login.ns0.... but it wont open.
    so i try https://ns0.... and it works. also if i use the ip (https://ip) it works.


    great, but if i add some users "without a real domain" i wont be able to open their pages with http://vu0000.login.ns0000.serverhost.eu, because login.ns0... wont work.


    i haven't found this problem here - if someone asked for it i'm sorry for doubleposting and thanks for the awsome work you do!
    and if you need additional information feel free to ask! :)


    greets, aian

  • Install the stable version 1.1.0


    And before you start to work set your dns of your domain serverhost.eu correct.

    Code
    1. ns0000 IN A ipaddress
    2. login.ns0000 IN A ipaddress
    3. *.login.ns0000 IN A ipaddress
  • omfg - it really was a DNS problem... i added *.ns000 but i also needed to add login. and *.login


    strange!


    thanks so much :)