odessy/simple-php-framework/master/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
# RewriteBase /spf
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !static/
RewriteRule ^(.*)?*$ index.php?_route_=$1 [L,QSA]
</IfModule>
Files
