creoLIFE/phpDBMapper/master/public/.htaccess
RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{REQUEST_URI} !^.css.js$ RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L]