Options -Indexes DirectoryIndex index.htm index.php RewriteEngine On Options +FollowSymlinks RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule $ index.php?url=%{REQUEST_URI}&%{QUERY_STRING} [L]