• 25-07-2007, 14:53:43
    #1
    direct admınde wilcard dns yı nasıl kuracagız bılen daha once yapan calıstıran var mı ben bişeyler yaptım ama olmadı

    DirectAdmin Knowledge Base


    Alıntı
    If you'd like to setup your domain to accept anything.domain.com, you can do so with the following guide (Admin access required)

    1) Setup the dns with a wildcard A record. Go to Dns Control, and add an "A" record:
    * -> 1.2.3.4
    where 1.2.3.4 is the IP of your domain.
    This will allow anything.domain.com to resolve to your server. Apache does not yet know how to direct that name though.

    2) To setup apache, go to:
    Admin Level -> Custom Httpd configurations -> domain.com
    In the top text area, add this *one* line:

    ServerAlias *.|DOMAIN|
    then click "Save".

    That should be it. Wait a few minutes for everything (apache, named) to be restarted then test it out.
  • 16-01-2010, 23:54:52
    #2
    Bu konuda bilgisi olan varsa sevinirim, ben de denememe rağmen başaramadım directadmin panelden wildcard dns işlemini.