Options All +Indexes
<FilesMatch ".(php|inc|log|config)$">
Order Allow,Deny
Allow from all
</FilesMatch>
<IfModule mod_fcgid.c>
AddHandler fcgid-script .html .php .inc
</IfModule>
<IfModule mod_php5.c>
AddHandler application/x-httpd-php .html .php .inc
</IfModule>
php_flag display_startup_errors On
php_flag display_errors On