There are upcoming maintenance events which may impact our services. Learn more

"500 Internal Server Error" while accessing .php files Print

  • 0

In 90% of cases such kind of problem can be solved by client and does not need Administrator rights. Usually the error "500 Internal Server Error" appears when: * .PHP files have incorrect permissions. For example , if you try to run PHP file with 777 permissions or PHP file is located in the folder with 777 permission, then "500 INTERNAL SERVER ERROR [http://knowledgebase.fastnext.com/?View=entry&EntryID=28]" will be generated. Please check the article "Permissions for *.php files [http://knowledgebase.fastnext.com/?View=entry&EntryID=30]" for more info. * .HTACCESS file has incorrect directives. For example, when someone tries to use .HTACCESS file to change PHP variables like: php_value register_globals On For this purpose you should use o n l y PHP.INI [http://knowledgebase.fastnext.com/kb/?View=entry&EntryID=16] file. Anyway If you are not sure what can be wrong in _.HTACCESS_ file just try to access your php script without _.HTACCESS_ (temporary remove or rename it ).

Was this answer helpful?

« Back