View Single Post
Old 12-29-2004, 04:48 PM  
swedguy
Confirmed User
 
Industry Role:
Join Date: Jan 2002
Posts: 7,981
Or the PHP way

Code:
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://domain.com/");
header("Connection: close");
swedguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote