500 - Internal Server Error.

zangief2000

New member
Joined
Mar 22, 2010
Messages
4
Hi guys.

It like this: I finally set up everything to my dedicated server, PHP5, mySQL, IIS7, etc. and I have uploaded the site folder to the wwwroot.

I tried surfing the main page using the raw IP address, and it works just fine, but when I tried to log on to the website (the main page is a login page), I get the error "500 - Internal Server Error" which is weird because I made sure I'm calling the right file.

I'm really stumped as I've searching the net for hours trying to solve this problem.

I'd really appreciate it if you guys help me. Thank you very much!
 
Look in event viewer to get what the error is and the error code. My bet is it's a problem with your php configuration.
thanks for the advice.

i've looked at the even viewer, and i found this:

Faulting application php-cgi.exe, version 5.2.13.13, time stamp 0x4b853880, faulting module php-cgi.exe, version 5.2.13.13, time stamp 0x4b853880, exception code 0xc0000005, fault offset 0x0000191a, process id 0x8fc, application start time 0x01cac81b5372d35b.

problem is, i don't know what to do to fix it without breaking the serve r(i'm kind of new to operating on the server).

can you please help? i'd really appreciate it.
 
hi. i tried fooling around with the php.ini file and i commented extension=php_mysqli.dll and uncommented extension=php_mysql.dll, and it went through the php file, but the problem is that it still generates the "500 - internal server error" when it loads the next page after that, which is an ASP file.

also, I'd like to try the update from your link, but I have no idea which version of Windows Server 2008 this is, and I'm afraid that if I update it using a wrong update, then everything will fall apart.

if it helps, i checked the properties of the computer and it says Windows Server 2008 Service Pack 2, and System type is 64-bit OS
 
Back
Top