EE 2.3.1
EngineHosting
Solspace Tags
___
Hi Everybody,
I turned on Enable Strict URLs (ESU for short)and specified a 404 template group that I made.
What happens is that the ESU works but with a generic 404:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
The requested URL /yo was not found on this server.
</body></html>My specified 404 works in other instances like when using ‘redirect’ or ‘require_entry’.
Anybody have a clue?! Thanks!
- jack