odessy/simple-php-framework/master/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, static

Comments

Apache