HTTP_METHOD_NOT_ALLOWED.shtml 546 Bytes
Newer Older
Maxime Lefrançois's avatar
Maxime Lefrançois committed
<!--#set var="TITLE" value="405 Method not allowed"-->
<!--#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>

            <p>The <!--#echo var="REDIRECT_REQUEST_METHOD" --> method is not allowed for the requested URL.</p>

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

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