Coder's Guild Mailing List

redirect

Posted by ADnoctum on 2000-08-13

To redirect a user to another directory or file I always use a meta tag,
maybe is'nt what you are looking for, but it works for me:

<html>
<head>
  <!-- ... -->
  <meta name="refresh"
   value="1,URL=http://www.xyz.com/nowayin.html">
</head>
</html>

put that on http://www.xyz.com/data/index.html and the user can't retrieve
the directory listing.

ADnoctum
adnoctum@xxxxxxxxxx.xxx