# Use this only when cPanel cannot point the domain/subdomain document root to Laravel's /public folder.
# Recommended: set Document Root to /home/USERNAME/axis-erp/public.

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
