htaccess 187 B

1234567891011
  1. Options -MultiViews
  2. RewriteEngine On
  3. RewriteBase /
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. # Bootstrap
  7. RewriteRule "^(.+)" "/index.php?url=$1" [QSA,L]