Options +FollowSymLinks
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

php_flag display_errors On
php_value upload_max_filesize 1000M
php_value post_max_size 1000M