Automatic page forwarding

CarSalesmanCarSalesman Registered Users Posts: 29 Big grins
edited February 20, 2015 in SmugMug Customization
Moving my old domain name to my smugmug site, but some of my previous pages are going elsewhere. I need to create pages on my smugmug site that when visited will automatically forward when the page is loaded. I need to insert html something like this:

<html>
<head>
<title>This page has moved</title>
<META http-equiv="refresh" content="5;URL=http://www.newdomain.com/newpage"&gt;
</head>
<center>This page has moved. You will be redirected to the new location automatically in 5 seconds. Please bookmark the correct page at <a href="http://www.newdomain.com/newpage"&gt; http://www.newdomain.com/newpage</a&gt;
</center>
</body>
</html>

I know there is an insert html box to customize my smugmug page, but will it work for this META refresh command? Is there a better way to accomplish this, other than a manual link?

Comments

Sign In or Register to comment.