Redirect

From CCARH Wiki
Revision as of 02:13, 15 October 2010 by Craig (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A good way to redirect old webpages to the wiki:

<html>
    <head>
    <meta http-equiv="refresh" content="0;url=http://someaddress.org">
    </head>
    <frameset>
         <frame name="main" src="http://wiki.ccarh.org/wiki/ZZZ">
    </frameset>
    <body>
    </body>
</html>