# Flexia — optional friendly 403 page (requires AllowOverride and PHP as handler).
# If the site document root is a parent folder, adjust the path (e.g. antaradata/install/forbidden.php).
<IfModule mod_authz_core.c>
    ErrorDocument 403 install/forbidden.php
</IfModule>
