HTML and PHP should never need 777 and should work just fine with 664. A good test is to create a basic file
<?php
echo "Hello!";
?>
Point your browser at it and it should work assuming the permissions are 664. If the page does not show up then there could be a problem with your hosting server.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I go to the admin page, I get an internal server error.
After filling out the form, I get an internal server error.
Looked at permissions, all are set to 777. Is that causing the problem? If so, what should they be set at?
Thanks for any help!
HTML and PHP should never need 777 and should work just fine with 664. A good test is to create a basic file
<?php
echo "Hello!";
?>
Point your browser at it and it should work assuming the permissions are 664. If the page does not show up then there could be a problem with your hosting server.