Lonesome61
New Member
- Messages
- 7
- Reaction score
- 0
- Points
- 0
I will admit to being a TOTAL novice at php :eek4:, but the tutorials I've found don't seem to help much when a simple script like this one fails:
:dunno:
The error displayed is:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@enthaus.x10hosting.com and inform them of the time the error occurred [@4:00 pm PDT on 4/24/08], and anything you might have done that may have caused the error [Simply attempted to preview the page using Expression Web].
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8b mod_mono/1.2.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at enthaus.x10hosting.com Port 80
<html>
<body>
<?php
echo "Hello World";
?>
</body>
</html>
I'm no novice to programming, but my expertise is in VBA and Access and php and the web server world are alien to me still. Still, this is clearly not an error in my programming, but in configuration. What do I need to do to get php to work? <body>
<?php
echo "Hello World";
?>
</body>
</html>
:dunno:
The error displayed is:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@enthaus.x10hosting.com and inform them of the time the error occurred [@4:00 pm PDT on 4/24/08], and anything you might have done that may have caused the error [Simply attempted to preview the page using Expression Web].
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8b mod_mono/1.2.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at enthaus.x10hosting.com Port 80