ReWriteEngine On 

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

ReWriteRule ^.*?$ index.php?$1 [L,QSA]



