Re:Subject: htaccess and indexes

by "Marian Cole" <mcole(at)vertibrae.com>

 Date:  Mon, 20 Aug 2001 15:48:02 -0400
 To:  <hwg-techniques(at)mail.hwg.org>
 Cc:  <David.Sharp(at)sharp-words.com>
 References: 
  todo: View Thread, Original
You can do this in Javascript by putting this text in the page called
index.html:

<script>
location.replace("http://www.error-page-url.html");
</script>

or use meta redirect within the page head to do the same thing:


<meta http-equiv="refresh" content="1;URL=http://www.error-page-url.html">

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA