|
Are you using a script for the custom 404 page? Internally, LiteSpeed does return 404 for static custom error page.
Our Rails support uses 404 handler, the status code returned by the script will be used. So, if you use a script for 404 page, you should explicitly set the status code to 404 in the script.
|