i cant open my phpmyadmin page..
Posted by: pouncer (---.lei3.cable.ntl.com)
Date: June 26, 2008 07:55PM

everytime i try

[localhost]

i get a HTTP 403 forbidden page..

can anyone help me pls?

Re: i cant open my phpmyadmin page..
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: June 26, 2008 08:02PM

is this over the internat? just turn wampserver online by left clicking icon and "turn online""

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Re: i cant open my phpmyadmin page..
Posted by: pouncer (---.lei3.cable.ntl.com)
Date: June 26, 2008 11:54PM

yes, over internet. i just can't seem to open the phpmyadmin page...

and yes it is online,

the localhost/sqllitemamnager pages work fine. its jsut the phpmyadmin page that doesnt come up



Edited 1 time(s). Last edit at 06/26/2008 11:55PM by pouncer.

Re: i cant open my phpmyadmin page..
Posted by: vetstudentjenn (---.hsd1.mi.comcast.net)
Date: June 28, 2008 04:45AM

I have this same problem. It is online, and everything else works. Just locked out of phpMyAdmin.

Thanks bunches for any help.

~Jenn

Re: i cant open my phpmyadmin page..
Posted by: pouncer (---.lei3.cable.ntl.com)
Date: June 30, 2008 12:11PM

cmon guys, there must be a solution to this problem. can anyone help??

Re: i cant open my phpmyadmin page..
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: June 30, 2008 04:55PM

yes its easy... in ur phpmyadmin.conf in the wamp/alias folder

replace the whole file with this
---------------------------------------------------------------

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

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

</Directory>




---------------------------------------------------------------
please note anyone can access it now.. so use a .htaccess file to block it

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Re: i cant open my phpmyadmin page..
Posted by: yfastud (Moderator)
Date: June 30, 2008 08:13PM

By default, phpmyadmin is blocked from outside for your own protection, and if you decide to open it up to the whole world, make sure to have at least a little security in place such as .htaccess ;-)

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Re: i cant open my phpmyadmin page..
Posted by: vetstudentjenn (---.hsd1.mi.comcast.net)
Date: June 30, 2008 10:38PM

Thanks, guys! I ended up deleting my C: wamp folder, uninstalling, and starting over. Thank goodness for backups!

Anyone know what I did to cause this? The only database I have in there is for Joomla.

Anyhow, I really appreciate the help!

~Jenn

Re: i cant open my phpmyadmin page..
Posted by: pouncer (---.lei3.cable.ntl.com)
Date: July 01, 2008 12:46AM

guys, i still can't access my phpmyadmin page due to no access..

my wamp/alias/phpmyadmin.conf contains this:

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

# 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.10.1/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order Allow,Deny
	Allow from all
</Directory>

Sorry, only registered users may post in this forum.