test-redirects.html   [plain text]


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css"> /* <![CDATA[ */
  @import "branding/css/tigris.css";
  @import "branding/css/inst.css";
  /* ]]> */</style>
<link rel="stylesheet" type="text/css" media="print"
  href="branding/css/print.css"/>
<script type="text/javascript" src="branding/scripts/tigris.js"></script>
<title>redirect page (v2) for index.html</title>
<meta http-equiv="Refresh" content="0; URL=/index.html" />
</head>

<body>
<div class="app">

<div style="text-align: center">
<h1>
This page has been redirected to <a href="index.html">index.html</a>.
</h1>
</div>

<p>This page exists solely to test whether meta/http-equiv redirection
is working.  If you have time to read this text, then redirection
isn't doable on tigris.org, probably because the server does various
transformations on the headers of outgoing pages.</p>

</div>
</body>
</html>