HTTP_INTERNAL_SERVER_ERROR.shtml 974 Bytes
Newer Older
Maxime Lefrançois's avatar
Maxime Lefrançois committed
<!--#set var="TITLE" value="500 Internal Server error"-->
<!--#include virtual="include/top.shtml" -->
  <header id="g-header">
    <div class="g-container">
      <div class="g-block size-100">
        <div class="g-content g-particle">
          <h2><strong><!--#echo var="TITLE" -->.</strong> That's an error.</h2>

    <!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->

    <p>The server encountered an internal error and was 
    unable to complete your request.</p>

    <!--#include virtual="include/spacer.html" -->

    <p>Error message:</p>
    <pre><!--#echo encoding="none" var="RE
    DIRECT_ERROR_NOTES" --></pre>

  <!--#else -->

    <p>The server encountered an internal error and was 
    unable to complete your request. Either the server is
    overloaded or there was an error in a CGI script.</p>

  <!--#endif -->


        </div>
      </div>
    </div>
  </header> 

<!--#include virtual="include/bottom.shtml" -->