Posted by Ric on 12/24/06 21:08
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
[Back to original message]
|