Prowect/Drips/master/public/.htaccess - Htaccess File

Prowect/Drips/master/public/.htaccess

<IfModule mod_rewrite.c>
    SetEnv DRIPS_HTACCESS On
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php [QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache