Difference between revisions of "Redirect"

From CCARH Wiki
Jump to navigation Jump to search
(created page)
(No difference)

Revision as of 02:07, 15 October 2010

A good way to redirect old webpages to the wiki:

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