Some redirections in frontend misbehave
-
Hi, first let me say that your plugin is a very satisfactory one, deals with about anything I expected it to do, thanks for developing it.
There is a misbehaviour when one tries to access a non existing url that should go to the 404 page, specifically a simple one level path url.
Example:
Without the plugin active, bothexample.com/level1path
andexample.com/level1path/level2path
goes to the 404 page (as it should, because there is nolevel1path
orlevel2path
page or anything).
With the plugin active,example.com/level1path
redirects to the homepage…example.com/level1path/level2path
is ok, goes to 404.I need to catch all the wrong urls using the 404 error. Is there something I can try to fidle with? Thanks.
- The topic ‘Some redirections in frontend misbehave’ is closed to new replies.