# Optional: place as /home/triple30renew/public_html/.htaccess
# when the full ZIP was extracted (public/ folder nested inside public_html)

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^$ public/ [L,R=302]
    RewriteRule ^install/?$ public/install/ [L,R=302]
</IfModule>
