View Full Version : phpMyAdmin help
Well, I'm trying to install phpMyAdmin so I can manage my database.... I have everything uploaded, and I keep getting a Forbidden error. I have it set to 700 (anything that ends in a 0 gives me a forbidden, and anything that ends in NEthing other than a 0 gets an Internal Server Error) and I've tried everything else.
sophiespo
2-28-02, 07:05 PM
Why are you setting it all to 700? The files need to be executable (because of the way PowWeb runs php) which means they have to be 755.
Have you added the #!/usr/local/bin/php line to any file called directly? Have you set these files permissions to 755? Did you upload them in ASCII?
sophie
Originally posted by sophiespo
Why are you setting it all to 700? The files need to be executable (because of the way PowWeb runs php) which means they have to be 755.
I tried 700 AND everything else... I said anything that ends in a number that is not zero got an Internal Server Error.
Originally posted by sophiespo
Have you added the #!/usr/local/bin/php line to any file called directly? Have you set these files permissions to 755? Did you upload them in ASCII?
Yes, I have to all three...
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.