pleini Posted October 20, 2016 Share Posted October 20, 2016 I have problems with some 404 URLs, that are not rendering the page_not_found template but the home page template instead. Normal URLs that don't exist like /this-page-does-not-exist are redirected to my 404 page without any problems. But for URLs like /cool-page%20abc /page&=123 /pagename'A the home page is rendered. But when i am checking the webdeveloper console, the return code is 404 Do i miss some configuration? Thank you Link to comment Share on other sites More sharing options...
BitPoet Posted October 20, 2016 Share Posted October 20, 2016 This might be the same problem as in issue #55. 1 Link to comment Share on other sites More sharing options...
pleini Posted October 20, 2016 Author Share Posted October 20, 2016 Thank you @BitPoet the solution from the github issue solved it for me. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now