Thread
:
web url redirection
View Single Post
#
4
(
permalink
)
03-03-2009, 09:55 PM
Will
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
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.
Will
View Public Profile
Send a private message to Will
Find all posts by Will