Redirect
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>