Topic: 404 error custompage

Hello,

I have a 404 error custom page in my htaccess.

Is there anyway to make cutenews understandable to use this document?

Or if not, is there a other way to use a 404 error custom page for links from cutenews with no content.

Greetings
Peter

Re: 404 error custompage

Processing of error 404 occurs only when 'rewrite' is enabled. You cannot process this message via .htaccess. You can only redirect it to your page 404 in core/core.php using the cn_rewrite_load() function.
Find string header("HTTP/1.0 404 Not Found"); and add header('Location: your_url_of_404'); after it.

Best regards,
CN Support team