Hello,
I have a default template group index with index and 404 templates inside.
Strict URLs is enabled, 404 page is point to index/404.
If I enter any random page, like: /hello-world it will render:
$ curl 'http://localhost:8080/hello-world' -I
HTTP/1.1 200 OKWhat I expect is that it will show index/404 template with 404 http status.
How to do this? Please help
I found the reason. In my case I didn’t specify nginx fastcgi_param SCRIPT_NAME directive.
My problem solved.
Thanks
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.