Digital Doctor
Well-known member
GoDaddy hosted site. Died a year ago. Had run Xenforo for a long time. I am trying to find what happened.
To figure it out I put this php file on the site.
http://www.site.com/hello.php
If this file generates an error. Is that a GoDaddy php problem ?
I also installed the default calendar app called calendar and that wont work either.
To figure it out I put this php file on the site.
http://www.site.com/hello.php
Code:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
If this file generates an error. Is that a GoDaddy php problem ?
I also installed the default calendar app called calendar and that wont work either.