You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by di...@hyperreal.org on 1999/08/27 17:08:05 UTC

cvs commit: apache-1.3/htdocs index.html.en index.html

dirkx       99/08/27 08:08:04

  Added:       htdocs   index.html.en
  Removed:     htdocs   index.html
  Log:
  And this is the thing which potentially will cause grief.... allowing
  for the multiviews to do their job by removing the 'exact' match index.html
  and making it specific.
  
  Revision  Changes    Path
  1.1                  apache-1.3/htdocs/index.html.en
  
  Index: index.html.en
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  <HTML>
   <HEAD>
    <TITLE>Test Page for Apache Installation on Web Site</TITLE>
   </HEAD>
  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
   <BODY
    BGCOLOR="#FFFFFF"
    TEXT="#000000"
    LINK="#0000FF"
    VLINK="#000080"
    ALINK="#FF0000"
   >
    <H1 ALIGN="CENTER">
     It Worked!  The Apache Web Server is Installed on this Web Site!
    </H1>
    <P>
    If you can see this page, then the people who own this domain have just
    installed the <A HREF="http://www.apache.org/httpd">Apache Web server</A>
    software successfully.  They now have to add content to this directory
    and replace this placeholder page, or else point the server at their real
    content.
    </P>
    <HR>
    <BLOCKQUOTE>
     If you are seeing this page instead of the site you expected, please
     <STRONG>contact the administrator of the site involved.</STRONG>
     (Try sending mail to <SAMP>&lt;Webmaster@<EM>domain</EM>&gt;</SAMP>.)
     Although this site is
     running the Apache software it almost certainly has no other connection
     to the Apache Group, so please do not send mail about this site or its
     contents to the Apache authors.  If you do, your message will be
     <STRONG><BIG>ignored</BIG></STRONG>.
    </BLOCKQUOTE>
    <HR>
    <P>
    The Apache
    <A
     HREF="manual/index.html"
    >documentation</A>
    has been included with this distribution.
    </P>
    <P>
    The Webmaster of this site is free to use the image below on
    an Apache-powered Web server.  Thanks for using Apache!
    </P>
    <DIV ALIGN="CENTER">
     <IMG SRC="apache_pb.gif" ALT="">
    </DIV>
   </BODY>
  </HTML>