Give Access to phpMyadmin over LAN
Posted by: andybotello (---.143.177.155.telnor.net)
Date: September 05, 2006 09:14PM

When I try to access phpMyadmin over the lan using the ip address of the computer wamp is installed on. I get the following error

Forbidden

You don't have permission to access /phpmyadmin/ on this server.

Apache/2.0.58 (Win32) PHP/5.1.4 Server at 192.X.X.X Port 80

What setting do I have to adjust in order to have permission over the lan to access phpMyadmin?


Re: Give Access to phpMyadmin over LAN
Posted by: andybotello (---.143.177.155.telnor.net)
Date: September 05, 2006 10:12PM

Ok. I figured out.

Just change the config file located in

C:\wamp\Apache2\conf\alias

phpmyadmin.conf
-----------------------------------------------

<Directory "c:/wamp/phpmyadmin/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>
-----------------------------------------------

Same if you want to acces SQLite.

Regards!


Re: Give Access to phpMyadmin over LAN
Posted by: CyberSpatium (67.170.181.---)
Date: September 05, 2006 10:24PM


Sorry, only registered users may post in this forum.