RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

# Only enable the next line on a 1&1 server (to make it run php5)
#AddType x-mapp-php5 .php

