Hello.
How and what I should set in the Forum module to have HTTP 404 error code if requested forum URL does not exist?
For example:
I have a forum.mysite.com forum.
The working URL are http://forum.mysite.com/viewforum/1/
If user requests http://forum.mysite.com/wrong_url he gets the standard EE window and message without 404 code:
The following errors were encountered
The page you requested was not found
But I would like to have the 404 HTTP code in this case.
I`ve tried to change “strict url” parameter, but nothing changed.
Can you help me?