internal error 500

Sorry for my English as I'm working on a project to manage a CRM, I changed the index.php file in my test environment for the real environment, to run and go to the website I figure the error (error 500 internal server).

They are all correct permissions on my virtual server.

I go back to change the index.php file which originally had (the original file is in HTML). and no problem, directs me to my local server page.

I do not know where my failure.

Thank you so much.

send original file (running)

and test.

8585._index.php.zip

3652._index.php.zip

  • Hello Cesar,

    What does your PHP error_log show? 500 errors are generic errors that will appear in a browser. To get the context of the error, you need to check the PHP error_log. If you can post those contents, we will be better able to provide a solution.

    Kind Regards,

    Jason Smith

  • Thank you very much, my mistake was to make a bad reference to the destination file.

    Thank you!!!