Home > Archive > PHP Language > December 2006 > Access phpmyadmin
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I have a test network of two computers running Windows XP, one acting as
"server" and I want to access phpmyadmin from the other. I keep getting the
"Forbidden" message. It does not appear to be a Windows file permission
issue, but an apache or PHP configuration issues. Does anyone know how to
work round this?
Dave
| |
|
| Dave schrieb:
> I have a test network of two computers running Windows XP, one acting as
> "server" and I want to access phpmyadmin from the other. I keep getting the
> "Forbidden" message. It does not appear to be a Windows file permission
> issue, but an apache or PHP configuration issues. Does anyone know how to
> work round this?
>
> Dave
>
>
check if there is an htaccess file in the directory for phpmyadmin or if
there is a certain rule set for the <Location ...> of phpmyadmin.
You can set and allow deny rule in those config files usually for those
kind of admin things you set it per default to:
allow from 127.0.0.1
|
|
|
|
|