Html redirect

From KlavoWiki
Revision as of 00:27, 1 July 2011 by David (talk | contribs) (Created page with "To redirect a HTML page <pre> <HTML> <head> <meta http-equiv="refresh" content="0;URL=/path/to/rdirect/lookhere.htm"> </head> </HTML> </pre> Category : WEB Design")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To redirect a HTML page

<HTML>
<head>
<meta http-equiv="refresh" content="0;URL=/path/to/rdirect/lookhere.htm">
</head>
</HTML>