View Single Post
  #4 (permalink)  
Old 03-03-2009, 09:55 PM
Will Will is offline
Junior Member
User
 
Join Date: Mar 2009
Location: UK
OS: M$ Windows
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Will is on a distinguished road
Default

If your site is using PHP, you can use this in your php code:

header("Location: http://www.somesite.com");

The header function must come before any other output to the client.
Reply With Quote