home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / srev13h.zip / mtchfile.sht < prev    next >
Text File  |  1999-02-28  |  848b  |  27 lines

  1. <!-- this is a sample of a "find matching filenames" document.
  2.      It calls the MTCHFILE.RXX sre-http "INTERPRETable" addon.
  3.      To use it:
  4.        a) Copy this file to \www\mtchfile.sht (assuming \www is your goserve data directory)
  5.        b) set (in INITFILT.80) NOT_FOUND_URL='virtual=mtchfile.sht'
  6.        c) make whatever modifications you feel like (say, add BACKGROUND to the <BODY>
  7. -->
  8.   
  9. <html><head><title>Requested resource not found </title></head>
  10. <body>
  11. <h3>Requested resource was not found</h3>
  12. Sorry. your request for:
  13. <blockquote> <code><!-- replace url --></code></blockquote>
  14. could not be satisfied.
  15. <p>
  16. <em>How about:</em>
  17.  
  18. <ol>
  19.   <!-- interpret file mtchfile.rxx  -->  <!-- thisline does all the work -->
  20. </ol>
  21.  
  22. <hr>
  23. <em> <!-- replace servername -->,
  24. <!-- #echo var="date_gmt" --> GMT
  25. </body></html>
  26.  
  27.