View Single Post
  #3 (permalink)  
Old 05-13-2003, 03:32 PM
drawback drawback is offline
Senior Member
 
Join Date: Jan 2003
Location: Springfield, VA/Denton, TX
Posts: 1,167
Send a message via AIM to drawback Send a message via MSN to drawback Send a message via Yahoo to drawback
Default

create a file with the following content, name it index.html and upload it to your root directory.
Code:
<html> <head> <META HTTP-EQUIV="refresh" content="0;URL=http://csn.pcplayground.com/html/index.php"> </head> <body> </body> </html>
that will redirect everyone visiting csn.pcplayground.com to csn.pcplayground.com/html/index.php instantly.

i also put up an example at drawback.pcplayground.com/csnexample.html if you would like to see it in action.
Reply With Quote