Pages: Previous12
Current Page: 2 of 2
Re: Can't access phpmyadmin
Posted by: Gerry (---.185.189.72.cfl.res.rr.com)
Date: April 25, 2008 02:03AM

I had changed the from 8080 to port 80 as Steven suggested, and I copied and pasted everything above into phpmyadmin.conf. I am able to pull up the files using localhost and also 127.0.0.1. The only thing that seems to be not working now is opening phpmyadmin.

Thanks.

Options: ReplyQuote
Re: Can't access phpmyadmin
Posted by: James McMurray (---.quickoffice.com)
Date: June 09, 2008 08:10PM

Hi,

I'm having the same problem, but modifying my phpmyadmin.conf file as Steve suggested didn't help.

I'm running WAMP5, Apache 2.2.8, and phpMyAdmin 2.11.5 (all downloaded and installed today). I can get to sqllitemanager fine, but am getting a 403 with phpMyAdmin using either http:/localhost/phpmyadmin/ or http:/127.0.0.1/phpmyadmin/.

Here's the tail end of my access log:

127.0.0.1 - - [09/Jun/2008:13:01:51 -0500] "GET /phpmyadmin/index.php HTTP/1.1" 403 222
127.0.0.1 - - [09/Jun/2008:13:04:43 -0500] "GET /phpmyadmin/ HTTP/1.1" 403 213
127.0.0.1 - - [09/Jun/2008:13:05:22 -0500] "GET / HTTP/1.1" 200 4052
127.0.0.1 - - [09/Jun/2008:13:05:22 -0500] "GET /index.php?img=gifLogo HTTP/1.1" 200 5172
127.0.0.1 - - [09/Jun/2008:13:05:22 -0500] "GET /index.php?img=pngPlugin HTTP/1.1" 200 548
127.0.0.1 - - [09/Jun/2008:13:05:22 -0500] "GET /index.php?img=pngFolder HTTP/1.1" 200 850
127.0.0.1 - - [09/Jun/2008:13:05:22 -0500] "GET /index.php?img=pngWrench HTTP/1.1" 200 741
127.0.0.1 - - [09/Jun/2008:13:05:22 -0500] "GET /index.php?img=pngFolderGo HTTP/1.1" 200 694
127.0.0.1 - - [09/Jun/2008:13:06:41 -0500] "GET /sqlitemanager/ HTTP/1.1" 200 554
127.0.0.1 - - [09/Jun/2008:13:06:41 -0500] "GET /sqlitemanager/left.php? HTTP/1.1" 200 952
127.0.0.1 - - [09/Jun/2008:13:06:41 -0500] "GET /sqlitemanager/main.php? HTTP/1.1" 200 5359

Any advice would be greatly appreciated.

Thanks,
James

Options: ReplyQuote
Re: Can't access phpmyadmin
Posted by: moleski (138.92.13.---)
Date: June 20, 2009 04:03AM

distribution: WampServer2.0h.exe

error message on starting phpMyAdmin from WAMP menu:

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

Solution: edit C:\wamp\alias\phpmyadmin.conf and substitute
"3.1.3.1" for "3.0.1.1" in the two path strings.

Probably no other fix was needed. I messed around with the
configuration file before I thought to check the path.

Marty

Options: ReplyQuote
Re: Can't access phpmyadmin
Posted by: ejw (---.dynamic.dsl.as9105.com)
Date: June 20, 2009 04:15PM

hi, had the same problem and didn't succeed by editing C:\wamp\alias\phpmyadmin.conf

instead, had to edit C:\wamp\bin\apache\Apache2.2.11\conf\httpd.conf

where I added "Allow from 127.0.0.1" in line 193 so it reads now:

<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Directory>

This is where the comments say
# First, we configure the "default" to be a very restrictive set of
# features.

BW, ejw

Options: ReplyQuote
Re: Can't access phpmyadmin
Posted by: toumimi (---.100.116-78.rev.gaoland.net)
Date: June 21, 2009 11:41AM

Hi ejw,

If it is just a problem with phpMyAdmin access, you shouldn't modify global access.
You should instead modify phpmyadmin alias file or there is another problem...

Florian

WampServer Patch (Screenshots)
Topic EN : www.wampserver.com
Topic FR : www.wampserver.com



Edited 2 time(s). Last edit at 06/21/2009 01:19PM by toumimi.

Options: ReplyQuote
Pages: Previous12
Current Page: 2 of 2


Sorry, only registered users may post in this forum.