# Optional: If you want to block direct access to app/ folder on Apache
<IfModule mod_rewrite.c>
  RewriteEngine On
</IfModule>

# Deny direct access to app folder (works on Apache)
RedirectMatch 403 ^/offline-stock/app/.*$
