.htaccess 145 B

123456
  1. #ErrorDocument 404 /errordocs/404.php
  2. XBitHack on
  3. RewriteEngine On
  4. RewriteCond %{HTTPS} off
  5. RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}