Forums / Developer / redirect auto on restricted area

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

redirect auto on restricted area

Author Message

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/Exponential/blob/master/settings/error.ini

Joël LEGER

Monday 16 August 2010 9:00:10 am

that's it, thanks!