I need to validate every Umbraco page request, on this request I may need to redirect the user to a page. Basically I'm checking for authenticated users without a certain property populated, and if not I will redirect them to a page to allow them to complete a form.
How to re-route all requests in Umbraco 6.1.6
Hi all
I need to validate every Umbraco page request, on this request I may need to redirect the user to a page. Basically I'm checking for authenticated users without a certain property populated, and if not I will redirect them to a page to allow them to complete a form.
What's the best way of doing this?
Thanks
Kev
This was answered using the last section of this document:
http://our.umbraco.org/documentation/reference/Templating/Mvc/custom-controllers
is working on a reply...