acces my server via internet
Posted by: Pok (---.19-83-70.mc.videotron.ca)
Date: September 12, 2006 03:47AM

hi. i installed wamp and i couldnt get in my web via internet ... i have server Online...localhost is working...i put all php files in www folders and i dont know why i cant access my web via other internet(friends computer).... thx for help !

Options: ReplyQuote
Re: acces my server via internet
Posted by: fixer (---.dynamic.sbb.co.yu)
Date: September 13, 2006 03:06AM

in httpd.conf you'll find :

#
# Controls who can get stuff from this server.
#
# onlineoffline tag - don't remove
Order Deny,Allow
Deny from all
Allow from 127.0.0.1

modify that:

#
# Controls who can get stuff from this server.
#
# onlineoffline tag - don't remove
Allow from all

Try it smiling smiley

Options: ReplyQuote
Re: acces my server via internet
Posted by: CyberSpatium (67.170.181.---)
Date: September 13, 2006 06:25AM

remember to restart apache after you edit your httpd.conf file to make your new settings take effect.

Options: ReplyQuote
Re: acces my server via internet
Posted by: Dominic (---.access.telenet.be)
Date: September 14, 2006 06:56PM

Also, if you're behind a router, you need some port/IP forwarding.
Check the info on www.portforward.com

Options: ReplyQuote
Re: acces my server via internet
Posted by: Andre Rotband (---.sesirs.org.br)
Date: September 15, 2006 02:41AM

If you are using wampserver >= 1.6.4 look the menu of wampserver in tray
to put online.

Options: ReplyQuote


Sorry, only registered users may post in this forum.