htaccess 188 B

12345678910
  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]