Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

PHP - Forbidden


ghost's Avatar
0 0

I just finished installing PHP onto my Apache server and the server start up fine. Everytime I try to connect to my server though (through my browser) I get a Forbidden Error 403 and it says "You don't have permission to access /PHP/php.exe/index.php on this server." I've been trying to figure this out and searched online, but nothing seems to work. ** I am running**: Apache 2.2.3 && PHP 4.4.4


ghost's Avatar
0 0

you should be goin in your browser to localhost or 127.0.0.1 or your ip. all 3 should work to get to your apache server(put all your php files and html and anything else you want on your server inside of htdocs inside of apache's folder.)


SySTeM's Avatar
-=[TheOutlaw]=-
20 0

It's because you're trying to run php as a cgi binary, you'll have to modify your apache httpd.conf and change it I think