It has been a very long time since i have done any php. Im trying to set up a couple scripts to run. but i think my setup is wrong.
I am trying to run this...
#!/usr/local/safe/bin/php
<?php
echo 'test';
?>
and i get this...
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@catalog.com 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.
i think maybe a wrong chmod on the directory the file is in or maybe on the file itself?