RewriteEngine On
#Direct *EVERYTHING* to the index.php file
RewriteRule .* index.php [L]

