@@ -0,0 +1,11 @@
+Options -MultiViews
+
+RewriteEngine On
+RewriteBase /
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteCond %{REQUEST_FILENAME} !-f
+# Bootstrap
+RewriteRule "^(.+)" "/index.php?url=$1" [QSA,L]