Forum Moderators: open
<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="0; [#*$!xxxx.com...]
</head>
<body>
Redirecting, please wait...
</body>
</html>
<meta http-equiv="refresh" content="0; url=http://www.example.com/dir/page.html">
Also, meta refresh is user agent specific, and not part of a standard. Note this recommendation from the W3C:
Some user agents support the use of META to refresh the current page after
a specified number of seconds, with the option of replacing it by a different URI.
Authors should not use this technique to forward users to different pages, as this
makes the page inaccessible to some users. Instead, automatic page forwarding should
be done using server-side redirects.W3C Reference [w3.org]
Concerning redirects in the apache conf file... if the original URL is in a password protected directory but the redirect is not, will apache require authentication?