403 Forbidden Access to phpmyadmin and SQLiteManager
Posted by: MakassarNET (---.subnet125-162-249.speedy.telkom.net.id)
Date: December 27, 2007 06:02AM

Dear All,

I need some help here. I just installed WAMP5 in my server with LAN access thru the network with domain environment using Windows Server 2003 Operating System. When installation complete, I'm able to access from my network using [localserver]. I saw the WAMP5 welcome page. But when I click the PHPMyAdmin and SQLiteManager link tool, I got 403 Forbiden Access.

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

Does anyone knows how to enable it so all network in my LAN has access to PHPMyAdmin and SQLiteManager?

I'm looking forward to hear from you all soon.


Sincerely,

Hernan Halim

Options: ReplyQuote
Re: 403 Forbidden Access to phpmyadmin and SQLiteManager
Posted by: yfastud (Moderator)
Date: December 27, 2007 07:30PM


Options: ReplyQuote
Re: 403 Forbidden Access to phpmyadmin and SQLiteManager
Posted by: MakassarNET (---.subnet125-162-249.speedy.telkom.net.id)
Date: December 28, 2007 01:14AM

yfastud, I don't need those kind of answer. I will take care the security my self. So if you how to resolve this, please let me know...

Options: ReplyQuote
Re: 403 Forbidden Access to phpmyadmin and SQLiteManager
Posted by: youjoomla (---.187-72.tampabay.res.rr.com)
Date: December 28, 2007 07:51AM

Halim go to wamp/ alias /phpmyadmin.config


add this

Allow from xxx.xxx.xx.x

under

Allow from 127.0.0.1

where xxxx is your computer IP , if you have several mashines just add them one by one so you can accsess it trough your laptop or something.

hope this helps

Options: ReplyQuote
Re: 403 Forbidden Access to phpmyadmin and SQLiteManager
Posted by: toivo (203.19.130.---)
Date: December 28, 2007 01:45PM

Hi,

You can probably also get away with entering a partial IP address like 10.0.0 to allow access from the subnet (I have not tested this). If the Apache 'allow from' formats are available, you can find out more from [httpd.apache.org].

Regards,

toivo
Sydney, Australia



Edited 1 time(s). Last edit at 12/28/2007 01:55PM by toivo.

Options: ReplyQuote
Re: 403 Forbidden Access to phpmyadmin and SQLiteManager
Posted by: MakassarNET (---.subnet125-162-249.speedy.telkom.net.id)
Date: December 29, 2007 05:45AM

youjoomla, thanks... It's now worked. Thank you very much...

Options: ReplyQuote
Re: 403 Forbidden Access to phpmyadmin and SQLiteManager
Posted by: balazee (---.246.171.101.static-hyd.vsnl.net.in)
Date: September 29, 2008 12:38PM

HI,

edit the " my.ini " file and
The file looks like this :-

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.11.6/"

# to give access to phpmyadmin from outside
# replace the lines
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all
#

<Directory "c:/wamp/apps/phpmyadmin2.11.6/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>

+++++++++++++++++++++++++++

you have to modify the line to

Allow from 127.0.0.1 this to Allow from 192.168.1.1/24

so you can access the Mysqladmin throught the LAN.

Thanks and Regards,

Balazee Chilla

My Favorite VOIP Provider:- [www.netzgate.org]

My Blog :- [balazee4u.blogspot.com]

Options: ReplyQuote
Re: 403 Forbidden Access to phpmyadmin and SQLiteManager
Posted by: jhalprob (125.167.96.---)
Date: February 02, 2009 08:09AM

I have same problem

In fact: I'm can't access phpmyadmin but not with sqlLiteManager

this file sqllitemanager.conf:

Alias /sqlitemanager "c:/wamp/apps/sqlitemanager1.2.0/"

# to give access to sqlitemanager from outside
# replace the lines
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all
#

<Directory "c:/wamp/apps/sqlitemanager1.2.0/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>

=========================================
and this phpmyadmin.conf :
Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.11.6/"

# to give access to phpmyadmin from outside
# replace the lines
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all
#

<Directory "c:/wamp/apps/phpmyadmin2.11.6/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>

=========================================

Please Help Me...

Options: ReplyQuote
Re: 403 Forbidden Access to phpmyadmin and SQLiteManager
Posted by: daisyzoey (58.242.132.---)
Date: March 26, 2011 09:57AM

Thks ..
I finally solve the problem!
ha~

Options: ReplyQuote
Re: 403 Forbidden Access to phpmyadmin and SQLiteManager
Posted by: tequest (---.fibertel.com.ar)
Date: June 26, 2012 06:43PM

Try this:

[127.0.0.1]

Options: ReplyQuote


Sorry, only registered users may post in this forum.