Pages

Monday, December 12, 2011

Dub Meta Refresh

Update for Beginners 12/13/2011 6:40 PM Time -5
 
go find yourself some free web hosting, upload File 1 to the website as index.php 
also upload file 2 to the website as whateveryouwant.php
 
Create File 1
<html>
    <head>
    <meta http-equiv="refresh" content="0;url=http://your website.com/whateveryouwant.php" />
    </head>
</html>

Create File 2 Leading to original content
upload this file as whateveryouwant.php on the same website as file 1
replace the HTTP link with your own blog or website with ads
<html>
    <head>
    <meta http-equiv="refresh" content="0;url=http://yourblogwithads.com/" />
    </head>
</html>

2 comments: