DirectoryIndex index.php
Options -Indexes

# These might give you an error if PHP is not installed as a module.
#php_value upload_max_filesize 200M
#php_value post_max_size 200M
#php_value short_open_tag 1

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ rewrite.php?rewrite-url=$1 [QSA,L]
</IfModule>