Hello guys,
I’d like to attach a listener so my Navigator7 context, which tells me, if an URL entered by a user is valid or not.
The Navigator7 framework already catches wrongly entered urls but I’d like to send the user to some kind of error page.
Is there a way how to do this?
eg.:
Page listens to
%CONTEXT_ROOT%/#Home
but the user entered
%CONTEXT_ROOT%/#Hme
and he should be send to a 404Page listening to
%CONTEXT_ROOT%/#ERROR404