dpsarrou/insights/master/.htaccess - Htaccess File

dpsarrou/insights/master/.htaccess

<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews
    </IfModule>

    #RewriteEngine On
    #RewriteCond %{REQUEST_URI}% !^public
    #RewriteRule ^(.*)$ public/$1 [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache