.htaccess 492 B

1234567891011121314
  1. # HTTP->HTTPS rewrite rule not necessary with new hosting, since all connections
  2. # are redirected automatically before they hit the webserver.
  3. #
  4. # RewriteEngine On
  5. # RewriteBase /
  6. #
  7. # RewriteCond %{HTTPS} off
  8. # RewriteCond %{REQUEST_URI} !^/mirrors/gnu
  9. # RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI}
  10. # Enable directory listing because it's disabled by default
  11. Options +Indexes
  12. IndexOptions IgnoreCase FancyIndexing FoldersFirst NameWidth=* DescriptionWidth=* SuppressHTMLPreamble