Knowledgebase
Portal Home > Knowledgebase > Common Problems > Why do I get a 500 Internal Server error on my site?
Why do I get a 500 Internal Server error on my site?
| You are getting the 500 Internal Server error for a couple of reasons: - You are using a .htaccess file to control certian aspects of a script. You should use a local php.ini file instead.
- Your folder permissions are set to 777. You should chmod them to 755
- Your script or php files are not chmodded to 666. You should chmod them to 644
|
Add to Favourites
Print this Article
|
Also Read