Saotome007
04-25-2008, 12:25 PM
I have searched the forums, FAQ's and tried most everything i could find to resolve our current issue. We are creating a website to go along with our forums. The entire site is coded in PHP.
I am trying to get access to the SSI via <?php include("blahdir/SSI.php"); ?> and am being returned the following error upon trying to open the page:
500 Internal Server Error
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ifguild.org 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.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8g DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at ifguild.org Port 80
if i try to add "server-parsed" to .php then if you try to open any php page via ie, it tries to download the page to your pc, rather than parsing and posting the page
I reverted everything back to defaults, and attempted to open the ssi_examples.php which come along with the forums module and are returned the exact same error.
Is there something i am missing?
Thanks!
I am trying to get access to the SSI via <?php include("blahdir/SSI.php"); ?> and am being returned the following error upon trying to open the page:
500 Internal Server Error
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ifguild.org 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.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8g DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at ifguild.org Port 80
if i try to add "server-parsed" to .php then if you try to open any php page via ie, it tries to download the page to your pc, rather than parsing and posting the page
I reverted everything back to defaults, and attempted to open the ssi_examples.php which come along with the forums module and are returned the exact same error.
Is there something i am missing?
Thanks!