stas        2002/06/29 12:19:40

  Modified:    src      404.html
  Log:
  explain why 404.html may be rendered incorrectly on other sites
  
  Revision  Changes    Path
  1.3       +7 -1      modperl-docs/src/404.html
  
  Index: 404.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/404.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 404.html  15 Jun 2002 18:23:55 -0000      1.2
  +++ 404.html  29 Jun 2002 19:19:40 -0000      1.3
  @@ -1,9 +1,15 @@
   <html>
   <head>
   <title>File not found!</title>
  -<base href="http://perl.apache.org/release/";>
  +<base href="http://perl.apache.org/";>
   </head>
   <body>
  +<!-- Please notice that the base element is hardcoded, to handle
  +correctly ErrorDocument calls, which disregards the relative to the
  +root position of the invalid request. So if the site is placed not
  +under / on a different machine, this page will not render correctly
  +since the stylesheets and the rest of the objects will be looked for
  +under / -->
   
   <p>
   The object you were looking for is not at this address anymore.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to