- Impact
- 7
Hi,
I want to make an automatic forward page so that anyone who visits
unsigned.fm/store
will be take to
http://www.unsigned.fm/store/process.php?pname=ShopfrontProcess-Start
Using the html below it seems to refresh but not go to the new page. Can anyone help?
Heres the link to what is does www.unsigned.fm/store
<html>
<head>
<title>Taking you to the Unsigned.Fm Store</title>
<meta http-equiv="Refresh"
content="1;http://www.unsigned.fm/store/process.php?pname=ShopfrontProcess-Start">
</head>
<body>
<h1>Taking you to the Unsigned.Fm Store</h1>
<a href="http://www.unsigned.fm/store/process.php?pname=ShopfrontProcess-Start">If the page doesnt reload in 5 seconds please Click Here to be taken to the Unsigned.Fm Store</a>
</body>
</html>
I want to make an automatic forward page so that anyone who visits
unsigned.fm/store
will be take to
http://www.unsigned.fm/store/process.php?pname=ShopfrontProcess-Start
Using the html below it seems to refresh but not go to the new page. Can anyone help?
Heres the link to what is does www.unsigned.fm/store
<html>
<head>
<title>Taking you to the Unsigned.Fm Store</title>
<meta http-equiv="Refresh"
content="1;http://www.unsigned.fm/store/process.php?pname=ShopfrontProcess-Start">
</head>
<body>
<h1>Taking you to the Unsigned.Fm Store</h1>
<a href="http://www.unsigned.fm/store/process.php?pname=ShopfrontProcess-Start">If the page doesnt reload in 5 seconds please Click Here to be taken to the Unsigned.Fm Store</a>
</body>
</html>








