This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
commit e2ca1895d953fd36eb9cbed85a32f71fee4b89f7 Author: mck <[email protected]> AuthorDate: Wed Apr 22 21:59:09 2020 +0200 Always use https --- src/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.htaccess b/src/.htaccess index 00c9ec3..dd8c182 100644 --- a/src/.htaccess +++ b/src/.htaccess @@ -1 +1,4 @@ RewriteEngine On + +RewriteCond %{HTTPS} !=on +RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
