Files
crm-ms1/.htaccessold
2026-05-27 11:44:10 -04:00

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]