WAMP Fehler: Forbidden You don't have permission to access /phpmyadmin/ on this server

Wenn Ihr folgende WAMP Fehler auf einem Windows8 PC bekommt, hier ist die Lösung:

Fehler:

Error:
Forbidden You don't have permission to access /phpmyadmin/ on this server

Lösung

Ändere die datei: D:\wamp\alias\phpmyadmin.conf
- Setze ein "#" for "Deny from all"
Alte version

...

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

Neue Version:

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

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare