Hi guys sorry if I have placed this in the wrong section but I thought it might be a general thing.
I have created a PHP login system but everytime I click login I get and Internal Server error 500.
Now im not sure if it is my PHP configuration but I can't seam to find what is coursing this issue with the server. Can someone please give me some help?
Server Information:
Windows Server 2008 R2
IIS 7.0
PHP 5.3.2
Many Thanks
Thomas
PHP Erro
Moderator: General Moderators
Re: PHP Erro
Usually whenever this happens to me, it is an error in my .htaccess file
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Re: PHP Erro
Yeah, .htaccess... on apache 
parkyt, by default PHP 5.2+ (most likely for PHP 5.3 it's the same) produces HTTP 500 if there is a fatal error and error reporting is turned off. So try turning on error reporting
parkyt, by default PHP 5.2+ (most likely for PHP 5.3 it's the same) produces HTTP 500 if there is a fatal error and error reporting is turned off. So try turning on error reporting