Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- header "404 Not Found"


el_roboto - 4:06 pm on Jan 29, 2008 (gmt 0)


header("HTTP/1.0 404 Not Found");
include($website.'/404.shtml');
die;

has done the job for me here

any requests for full filenames ie: this.html or that.gif are not affected by the htaccess rewrites so they're handled 'correctly' anyway.

ta


Thread source:: http://www.webmasterworld.com/php/3560889.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com