# Disable server signature
ServerSignature Off

Options -MultiViews
Options -Indexes

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]

php_value upload_max_filesize 20M
php_value post_max_size 35M
php_value memory_limit 50M
