acces from intranet
Posted by: Revell (---.adsl.xs4all.nl)
Date: November 02, 2007 03:38PM

Hi all,

I just installed WAMP on a computer which we bought to serve as a development server.

I want the [localhost] webpages to be accessible from the other computers in the network but they can't seem to connect. The server is in online mode and whether i try the internal IP, external IP or computer name, the server can't be accessed.

What am I overlooking? It has to be something very simple.

Thanks in advance.

Options: ReplyQuote
Re: acces from intranet
Posted by: Revell (---.adsl.xs4all.nl)
Date: November 02, 2007 03:49PM

Problem solved!

Windows Firewall enabled itself and was preventing the other computers in the network from accessing the server.

Next problem, how to access phpmyadmin from the other computers?

Options: ReplyQuote
Re: acces from intranet
Posted by: yfastud (---.mia.bellsouth.net)
Date: November 02, 2007 07:40PM

By default, phpmyadmin and sqlitemanager are blocked from outside access for your own security, and you should leave it that way; however, if you now for sure what you're doing, it's not hard for you to figure out to set it up to meet your desire needs.

Have fun,

[test.jlbn.net] (Sample Testing Codes for PHP, MySQL, ASP.net, SQL, JSP)
[www.jlbn.net] (Basic Guide for WAMP & Add-ons)

Options: ReplyQuote
Re: acces from intranet
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: November 03, 2007 02:21AM

to allow others to access phpmyadmin but not the outside world, you can use the apache allow directive.

left click on the wamp tray icon -> alias directories -> [localhost] -> edit alias

find:
Allow from 127.0.0.1

below that add all your allowable ip addresses

Allow from 111.111.111.1
Allow from 222.222.222.2


save the file and restart apache for the changes to take effect.



CyberSpatium
----------------------
WAMP English Forum Admin

I have WAMP5 working with (for development use only):
Windows Vista Ultimate x64 (64 bit)
Kaspersky Internet Security Suite 7.0.x
Spyware Terminater 2.x
CounterSpy 2.5.x


Need help? Check out my WAMP User Manual/Guide here!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

Options: ReplyQuote


Sorry, only registered users may post in this forum.