Are you running your webserver correctly? Have you also forwarded ports if you have any router?
Also try the following things:
1) does your ISP block port 80?
2) try editing your httpd.conf file.
Change Listen 80 to
Listen *:80
3) Use xampp-portcheck.exe, in your xampp's root folder, to verify your server is available on the correct ports after starting all your XAMPP components.
4) For now you will need to change the ServerName, in the httpd.conf file, to your actual domain name:
Servername woathena.no-ip.org:80 or woathena.no-ip.org which ever is the domain for your server now.
(Normally this should be ServerName localhost:80 and then you would create a virtualhost container for your domain mgnyc.no-ip.biz in the httpd_vhost.conf file - by configuring your domain in the httpd.conf file you loose the XAMPP localhost Admin pages).
DocumentRoot "C:/x/htdocs/yoursite"
Your Directory should be where your mgnyc.no-ip.biz web site is located and the same as the docroot.
<Directory "C:/x/htdocs/yoursite/>
Also add this to your Windows HOSTS file:
YOUR_WAN_IP woathena.no-ip.org
You can find your WAN ip by going to: [Only registered and activated users can see links. ]
And to edit your HOSTS file you have to go to c:\system 32\drivers\etc\
In there you'll find a file named: hosts
Right click it and edit it with any text editing program.
To test your httpd.conf file for any errors open a command console in C:\mmopro\xampp\apache\bin folder then type in this command:
apache -t
It will return any errors it finds.
Also look in the apache error.log file for any errors that may be happening at the server.



LinkBack URL
About LinkBacks



Reply With Quote
gj on doing this website especilly for mangos since there arent many websites with those functions for mangos



Bookmarks