Phpmyadmin
Posted by: Ben_weinberg (---.in-addr.btopenworld.com)
Date: February 08, 2010 01:32PM

Hi Guys.

I am sure this is a simple line i need to comment out, or change the allow, deny orders but i cant find where.

I can only access PHPMyAdmin from the local server its all installed on and only using the 127.0.0.1 address.

When i try to access PHPMYADMIN from the local server but using its local IP address or using the server name it get a Forbidden message.

I AM able to access the Wamp Configuration page using the server name or local IP address BUT NOT phpmyadmin.

any help appreciated on this!!

Thanks guys.

Options: ReplyQuote
Re: Phpmyadmin
Posted by: Ben_weinberg (---.in-addr.btopenworld.com)
Date: February 08, 2010 01:41PM

Further to this here is my C:\wamp\alias\phpmyadmin.conf file both before my changes and after:

Before Changes:

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.1.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/phpmyadmin3.1.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from 127.0.0.1
</Directory>



AFTER EDIT:

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.1.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/phpmyadmin3.1.1/">
Options Indexes FollowSymLinks MultiViews
Order Allow,Deny
allow from all

</Directory>



I have of course restarted the services inbetween edits. But still i am only able to access on 127.0.0.1

Really need to get this sorted ASAP so again ANY help really apprecaited!

Thanks.

Options: ReplyQuote
Re: Phpmyadmin
Posted by: Ben_weinberg (---.in-addr.btopenworld.com)
Date: February 08, 2010 01:45PM

I have also tried:

Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all
Allow from 127.0.0.1

to no avail!!!

This is killing me as i am SURE i am just over looking something simple!

Options: ReplyQuote
Re: Phpmyadmin
Posted by: surj08 (12.238.1.---)
Date: February 08, 2010 05:04PM

Hey

I had the same problem and you actually helped me find that config file! So thank you!

To give back to you... use the WAMP icon in the task bar and restart all services! That should get you on your way.

If not make sure the port is unblocked by windows firewall if you use it

Options: ReplyQuote
Re: Phpmyadmin
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: February 08, 2010 05:05PM

left click wamp> put online

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

Options: ReplyQuote
Re: Phpmyadmin
Posted by: Ben_weinberg (---.in-addr.btopenworld.com)
Date: February 08, 2010 05:14PM

Guys.

Bottom of my second post i did mention that i have already restarted the services.

Ports are working fine as i am able to browse the Wamp Server Config Page from across the internet at [mydomain] (the port Apache is running on)

Steve

Wamp is in online mode and as i have mentioned i can browse EVERYTHING else, just not PHP My admin.

Really appreciate the answers so far!!!

Any further help appreciated.

Options: ReplyQuote
Re: Phpmyadmin
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: February 08, 2010 05:27PM

what error are u getting?

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

Options: ReplyQuote
Re: Phpmyadmin
Posted by: Ben_weinberg (---.in-addr.btopenworld.com)
Date: February 08, 2010 05:53PM

forbidden in Mozilla

or in ie.

website declined to show you this page.

Options: ReplyQuote
Re: Phpmyadmin
Posted by: yfastud (Moderator)
Date: February 09, 2010 02:40AM

put online might not good enough but need to setup access

to setup access, follow this
[blog.jlbn.net]

Have fun,

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

Options: ReplyQuote


Sorry, only registered users may post in this forum.