View Single Post
Old 10-12-2004, 09:02 PM  
Cman
Confirmed User
 
Join Date: Jun 2004
Location: Canada
Posts: 697
if you want to redirect a particular page somewhere and have PHP, you can use this.

<?
header ("Status: HTTP/1.1 301 Moved Permanently");
header("Location: http://www.yoursite.com");
?>



htaccess entry

ErrorDocument [number] [file path]

ie.

ErrorDocument 404 /error.htm
__________________
I could put stuff here, but you don't care.

Last edited by Cman; 10-12-2004 at 09:03 PM..
Cman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote