For Programmers: Free Programming Magazines  


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]

 

Author Access phpmyadmin
Dave

2006-12-24, 6:59 pm

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


Ric

2006-12-24, 6:59 pm

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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com