500 Internal Server Error

Due to PHP server configuration, compiled as CGI, certain rules should be followed like all folders should NOT be writable and have a php.ini file in the folder where php scripts are called.

The most common issue is the writable folder, i.e. permission set to 777. The whole site may turn to Internal Server Error if you do so.

Absence of php.ini file in the folders where the PHP scripts are called will also cause internal server error. So, you need to put a php.ini file in those folders.

Where do I get the php.ini file? If what is needed are just few command lines for your site to work like register globals, safe mode on/off, etc., you can just create one (php.ini) using a notepad or text edit.

You may also request us to make a copy of the php.ini file from the server.

 

  • 87 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

Thumbnails not working

Thumbnails in my website were working before or don't seem to work The permission of the...

Warning: ini_set() has been disabled for security reasons

Ini_set has been disable serverwide. If you need to enable ini_set in your site, you need to...

Is my IP blocked by the server? Traceroute

To find out if your IP is being blocked by the server, try to find out first what your IPis by...

Can't access my webmail: internal server error and over quota

It means that the storage of mails in the mail box exceeded the limit. So, make the size of the...

Can't access my site(s) - How come?

There are many possibilities you cannot access your site(s) in our server though from your...