Internal Server Error 500

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
SOL740
Forum Newbie
Posts: 1
Joined: Tue Jun 14, 2005 4:42 pm

Internal Server Error 500

Post by SOL740 »

I dont know if this is the right place to post this, but its the best fit I could find.

Im having a weird little problem. Im trying to install a script and I keep getting a Internal Server Error 500. Now here is the tricky part: the script is installed in /hcl/. Now when I put a PHP page with phpinfo() in the root directory /1.php this page works. HOWEVER when I move the files from /hcl/ to the root / nothing works, not even /1.php. Help!


Thanks in advance, your a life saver!
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

What web server are you using... If you're using apache/2 PM me your httpd.conf ;)

It could also be a permissions thing if you're on a *nix machine. Check the access rights include at least "r" for everyone.

EDIT - guys.... I couldn't help so this is still on...
Syranide
Forum Contributor
Posts: 281
Joined: Fri May 20, 2005 3:16 pm
Location: Sweden

Post by Syranide »

Internal Server Error 500 could also be because of faulty scripts, infinite loops etc (on windows).
Post Reply