IIS 500 error

zSaber

Member
Apr 5, 2011
230
12
I've been trying to fix this error for about 2 days now and don't know the problem..
 

Valedictorian

Member
Aug 30, 2014
94
11
Try removing the
PHP:
open_basedir = directive
for each of your custom PHP web site paths and it should work fine without the 500 Internal Server Error,
My next guess would have been giving more Memory than the 16 MB allotted via the "more secure" php settings.
 

zSaber

Member
Apr 5, 2011
230
12
Try removing the
PHP:
open_basedir = directive
for each of your custom PHP web site paths and it should work fine without the 500 Internal Server Error,
My next guess would have been giving more Memory than the 16 MB allotted via the "more secure" php settings.
What do you mean?? I dont have that code in my php files.
 

Donnyschr

Member
Sep 13, 2014
73
10
Application groups -> Click on DefaultAppPool -> Advanced settings -> The 32-bits application is set on false, set it on true. Restart the website, congratz it working.
 

Users who are viewing this thread

Top