Page is a not externally linkable
designaweb - 12:50 pm on Jul 28, 2009 (gmt 0)
header("HTTP/1.1 301 Moved Permanently"); Thanks, I'll stick to the ErrorDocument method for 404's then while keeping my method for 301...
OK, so if I understand things correctly, the 301 method I use is fine and results in expected behaviour as long as I use the full URL, but using the same method for 404 is not.
header("Location: ".$redirect_url."");