<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.*) index.php
</IfModule>
php_value error_reporting "E_ALL & ~E_NOTICE"
php_flag display_errors Off
php_value session.cookie_lifetime 31536000
AddType application/x-httpd-php .php .php4 .inc