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 ) . 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
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]