Mobile app version of vmapp.org
Login or Join
Pope3001725

: XAMPP phpMyAdmin - Access forbidden! I can't access PHPMyAdmin. I have installed XAMPPlite 1.6.5 on Windows 7. I haven't changed any config, except .htaccess, where I added the third line: Order

@Pope3001725

Posted in: #HttpdConf #Phpmyadmin #Windows7 #Xampp

I can't access PHPMyAdmin. I have installed XAMPPlite 1.6.5 on Windows 7. I haven't changed any config, except .htaccess, where I added the third line:

Order deny,allow
Deny from all
Allow from localhost


Unfortunately, I get the following error when I try to access phpMyAdmin or security from localhost.


Access forbidden!

You don't have permission to access the requested object. It is either
read-protected or not readable by the server.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope3001725

1 Comments

Sorted by latest first Latest Oldest Best

 

@Carla537

First question: Are you actually accessing it from localhost? (127.0.0.1 ONLY!)

In your httpd.conf file or somewhere in the main Apache config, you've probably got a line like "AllowOverride None" and should be set to All instead. (That prevents .htaccess files from working properly (security).

Or even it might in the PHPMyAdmin configuration. I couldn't tell you where that is because I don't know what operating system you use (it varies).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme