Forums / Developer / redirect auto on restricted area
Joël LEGER
Monday 16 August 2010 8:35:18 am
hi,
i'm trying to redirect an anonymous user who try to access a restricted area.
This restricted area is under a section who only members can access.
Instead of redirect to a login page there is the access denied message.
Any ideas ?
Carlos Revillo
Monday 16 August 2010 8:50:57 am
you can do a override of error.ini file. there are some examples on that file.
http://github.com/ezsystems/ezpublish/blob/master/settings/error.ini
Monday 16 August 2010 9:00:10 am
that's it, thanks!