I use mod_rewrite to rewrite URLs. If the receiving index.php doesn't find content to serve for the URL, it issues something along the lines of:
the problem is Litespeed does not recognise this as a 404 error and the browsers do not either.
This works fine on Apache.
--Stephen
header("HTTP/1.0 404 Not Found");
file_get_contents('404.html');
file_get_contents('404.html');
This works fine on Apache.
--Stephen