HTM Page Redirection

From KlavoWiki
Revision as of 01:51, 17 March 2011 by David (talk | contribs) (Created page with "To redirect using a htm page <pre> <HTML> <head> <meta http-equiv="refresh" content="0;URL=https://www.somedomain.com/folder/page.php"> </head> </HTML> </pre> [[Category : WEB ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To redirect using a htm page

<HTML>
<head>
<meta http-equiv="refresh" content="0;URL=https://www.somedomain.com/folder/page.php">
</head>
</HTML>