Hi EE Peeps,
I’m on the latest EE build and am not re-writing URLs yet.
I’ve turned on strict URLS (and assigned a test 404 page) and read this: http://ellislab.com/blog/entry/better_404s_with_strict_urls/
http://example.com/index.php/news/sprts/
There is no Template called “sprts”. Currently EE will ignore the misspelling and display this instead:
http://example.com/index.php/news/index/When Strict URLs are enabled EE will display the specified 404 page and send 404 headers in both these situations.
- From EE Blog Article
In my situation:
Good:
http://almania.tchmachines.com/~bdjluskx/index.php/about/jeff-thompson
Bad:
http://almania.tchmachines.com/~bdjluskx/index.php/about/jeff-thompMISTAKEson
It defaults back to my index page instead of sending a 404. There are no sub templates being used in the about section that handle “whole” pages.
Can somebody help me out? I’ve noticed this on some of my other EE websites as well. Not sure if I am doing something wrong.
THANKS!