clearbrookforge
04-23-2009, 10:36 PM
I'm trying to get some simple php scripts running on my site. I'm just learning php, so it's quite likely that I'm doing something wrong. However, the pages are working fine on my local Apache installation.
All I'm trying to do is use php includes to pull in the HTML for my navigation and footer divs. It keeps throwing 500 errors:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@clearbrookforge.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.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.clearbrookforge.com Port 80
I've tried stripping my files down to one include, and it still won't run.
Any suggestions about where to start?
Thanks,
Josh
All I'm trying to do is use php includes to pull in the HTML for my navigation and footer divs. It keeps throwing 500 errors:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@clearbrookforge.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.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.clearbrookforge.com Port 80
I've tried stripping my files down to one include, and it still won't run.
Any suggestions about where to start?
Thanks,
Josh