Difference between revisions of "Redirect"
Jump to navigation
Jump to search
(created page) |
|||
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"> | ||
− | |||
</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>