Question
how to fix error 500 Internal Server Error when trying to open my php page in my subdirectory, ?
My page has a simple script which is the
<?php
echo “Hello”;
?>
But I got internal error. I don’t know whats happening! . Please do help.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Please people do help. I just wanted to setup my newly developed web app. I already tested it locally and its working well but when I try to setup here in droplets I got this internal error. even a simple script I still got error. Even if I already setup apache2 and mysql-server.