DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Html Redirect
// redirect in html-file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.rheinmainnetwork.com/cms/index.php?option=content&task=view&id=176&Itemid=202"> </head> <body> Diese Seite wurde verlegt. Wenn Sie nicht automatisch weitergeleitet werden <a href="http://www.rheinmainnetwork.com/cms/index.php?option=content&task=view&id=176&Itemid=202">klicken Sie bitte hier.</a> (This page has moved. If your browser doesn't automatically redirect to its new location, click on the link above.) </body> </html>





