My site has only 4-5 static pages. index.html and index.php . index.html is working fine. If I switch to index.php, it will give 500 Internal Server Error . I do not know where is my mistake?
Note: If I use a .htaccess file with php_flag display_errors 1 ,
It shows Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
If I use a .htaccess file with empty ,
Showing Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
And if I give ../contact-us.php , it displays correctly.
Thank...
html php apache internal-server-error
KarSho Jul 17 '13 at 7:10 2013-07-17 07:10
source share