New homepage & redirect up

Date: Sat, 3 Jun 2000 00:02:47 -0300 (ADT)
From: Michael Smith <michael@csuite.ns.ca>
To: CCN Tech <ccn-tech@chebucto.ns.ca>
Cc: editors@chebucto.ns.ca, ccn-ip@chebucto.ns.ca
Precedence: bulk
Return-Path: <editors-mml-owner@chebucto.ns.ca>

next message in archive
no next message in thread
previous message in archive
Index of Subjects


I've removed the symlink index.html -> Home.html.

I've renamed Andrew's graphic_home.html to index.html and fixed the
source tree & src/RCS files to match.

Lynx browsers are redirected to Home.html, which is regenerated hourly
from Home.tmpl as normal.

I've created a symlink force_graphic.html -> index.html, in case someone
wants to see what the new homepage looks like in Lynx. I wouldn't
recommend making a link to this in any real HTML.

# michael 2 jun 2000: redirect older browsers to Home.html
RewriteCond     %{REQUEST_FILENAME}     ^/(index.html)?$
RewriteCond     %{HTTP_USER_AGENT}      Lynx
RewriteRule     (.*)                    /Home.html      [R]

The last column in the second RewriteCond can be any extended regular
expression - we can expand it to redirect whatever older browsers we need.
If you have a problem report, please send it to ccn-tech along with the
browser name and version and the User-Agent string it reports, which you
can determine by loading this page:
	http://www.chebucto.ns.ca/Chebucto/Technical/agent.shtml

Michael

next message in archive
no next message in thread
previous message in archive
Index of Subjects