Hosting online with xampp?
Posted
by
Andrew
on Super User
See other posts from Super User
or by Andrew
Published on 2010-12-30T03:07:23Z
Indexed on
2010/12/30
3:56 UTC
Read the original article
Hit count: 307
I'm not quite sure what I'm doing wrong, because from what I've read, this should all be working.
What I've done:
- Forwarded ports 80, 8080, and 443.
- Changed the
ServerName localhost:80
line in\apache\conf\httpd.conf
toServerName myip:80
. - Registered at dyndns.com, and have been using their update client to link my IP to the DNS thingy.
- Made sure xampp was using port 80, and started apache and MySql.
And...nothing. What did I miss? =/.
© Super User or respective owner