Redirect: Difference between revisions

From CCARH Wiki
Jump to navigation Jump to search
created page
 
No edit summary
 
Line 5: Line 5:
     <head>
     <head>
     <meta http-equiv="refresh" content="0;url=http://someaddress.org">
     <meta http-equiv="refresh" content="0;url=http://someaddress.org">
        <frame name="main" src="http://wiki.ccarh.org/wiki/ZZZ">
     </head>
     </head>
     <frameset>
     <frameset>
        <frame name="main" src="http://wiki.ccarh.org/wiki/ZZZ">
     </frameset>
     </frameset>
     <body>
     <body>

Latest revision as of 02:13, 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">
    </head>
    <frameset>
         <frame name="main" src="http://wiki.ccarh.org/wiki/ZZZ">
    </frameset>
    <body>
    </body>
</html>