Hello,
How do I control the landing page for those IP's that were blocked using the Access Restrictions Addon?
For example. I block IP 222.222.222.222 and I would like a message appear (but not allow access to the site).
Thanks
anyone?
Unfortunately this module does not support additional landing pages. Only message text can be edited
Hello,
- Go to admin.php?dispatch=access_restrictions.manage&selected_section=ip
- Set reason
If you need some html page, you need to modify app/addons/access_restrictions/func.php → function fn_access_restrictions_user_init → die functions. You can add simple redirects to your landing pages.
As always, we are at your service.
Thank you.