Posted by David Dorward on 05/14/06 15:10
Bandul wrote:
> How do i redirect a web page
You configure your webserver to issue a 301 or 302 status code and a
Location header. The specifics depend on which webserver you use.
Since this has been fairly heavily cross posted to PHP related groups, I'll
also mention that you can use the header() function.
> Ive using this meta tag:
> <meta http-equiv="REFRESH"
Avoid redirecting at the HTML level, its built into HTTP and is far more
appropriate to do it there.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|