10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
#Options +FollowSymLinks
|
|
Options -Multiviews
|
|
|
|
php_flag display_startup_errors off
|
|
php_flag display_errors off
|
|
php_flag html_errors off
|
|
php_flag log_errors off
|
|
RewriteEngine On
|
|
RewriteCond %{HTTPS} off
|
|
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] |