error 404, install on centos 5.3

Discussion in 'General' started by teotran, Nov 18, 2013.

  1. teotran

    teotran New Member

    I installed mydnsconfig on centos 5.3, i followed http://www.howtoforge.com/installing-mydns-mydnsconfig-centos-5.1-p2 step by step (not quite, i created mysql database by kloxo cp :p) . but when i run ip/mydnsconfig/ they give me error 404
    Not Found

    The requested URL /mydnsconfig was not found on this server.
    Apache/2.2.23 (CentOS) Server at 192.168.1.8 Port 80
    i used mydnsconfig version exactly as guide link . plz help
     
    Last edited: Nov 18, 2013
  2. Nilpo

    Nilpo Member HowtoForge Supporter

    I just skimmed the tutorial, but I don't see where they added an Apache directive that points to the install directory.

    [EDIT]

    Found it here:
    Code:
    ln -s /usr/share/mydnsconfig/web/ /var/www/html/mydnsconfig
    Please make sure your web root is located at /var/www/html

    On CentOS 6.5 for me, it's just /var/www

    On Apache, you could just create a quick alias directive.

    Code:
    Alias /mydnsconfig /usr/share/mydnsconfig/web
    [/EDIT]
     
    Last edited: Dec 12, 2013
  3. joe9804

    joe9804 New Member

    Error 404 means there is a broken link. So you have to replace the link with an active link.
     

Share This Page