RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !\.(css|js|png|jpg)$
RewriteRule ^([^/]+)/? index.php?url=$1 [L,QSA]
