<IfModule mod_auth_basic.c>
    AuthType None
    Require all granted
</IfModule>
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /v3/index.html [L]
</IfModule>
