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