<IfModule mod_rewrite.c>
    RewriteEngine On

    # Route all requests into Laravel's public/ folder (for hosting in a subfolder
    # like public_html/azin when the document root is not public/ itself).
    RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
