Thread: redirecting
View Single Post
Subless
Gunnery Sergeant Grade 2
 
Subless's Avatar
 
Join Date: Sep 2007
Location: In a house
Posts: 136
Rep Power: 2 Subless is on a distinguished road Reputation: 10
Points: 66,800.74
Bank: 3,153.62
Total Points: 69,954.36
Subless is offline
 
Send a message via AIM to SublessSend a message via Yahoo to Subless
 
#7
03-24-2008, 03:53 PM   #7
Reply With Quote
Code:
<META HTTP-EQUIV="Refresh"CONTENT="5; URL=html-redirect.html">
Place the above code in between the code below:

Code:
<HEAD>..</HEAD>
Now you should have something like below:

Code:
<HEAD>
<META HTTP-EQUIV="Refresh"CONTENT="5; URL=html-redirect.html">
</HEAD>
Now save it and refresh the page an it should redirect depending on how many seconds you have it set to.
__________________
Domain Names For Sale !!!
Code Exploit.com
Free Mix.info
BBWT.org
9Deep.com
If you are interested click the link to make an offer.

Last edited by Subless; 03-24-2008 at 03:56 PM..
Report Post