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