Django Anonymous
Django Anonymous

Reputation: 3025

My Server does not run PHP files. Giving me error

Hello recently i have taken a backup of my server files & deleted all my files from server....

Now when i am uploading my files again on server, HTML files do work but PHP files do not work.

The file i am using is index.php, when i upload this file the following error gets generated:-

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to
complete your request.
Please contact the server administrator, [email protected] and inform them of
the time the error occurred, and anything you might have done that may have caused the
error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an
ErrorDocument to handle the request.

Before, I had these folders on my server along with my website files:-

  1. cgi-bin
  2. cp
  3. modlogan

Also, i again uploaded these folders again but still PHP files do not work.

Upvotes: 1

Views: 3010

Answers (3)

Django Anonymous
Django Anonymous

Reputation: 3025

Actually, i asked my server administrator, He re-installed everything.... Thanks for all your time and effort....

Upvotes: 0

Frankie
Frankie

Reputation: 25165

If seen this error over and over and was always referring to non-supported configs on .htaccess files.

Do check them.

Upvotes: 0

Rinzler
Rinzler

Reputation: 2116

try to run the phpinfo file to check if php is properly confirgured in your localhost

http://www.cyberciti.biz/faq/how-do-i-test-php-installation-with-a-phpinfo-page/

Upvotes: 1

Related Questions