afs commented on a change in pull request #6:
URL: https://github.com/apache/jena-site/pull/6#discussion_r416893615



##########
File path: static/.htaccess
##########
@@ -7,3 +7,8 @@ AddType  application/owl+xml     .owl
 
 AddType  text/trig               .trig
 AddType  application/n-quads     .nq
+
+RewriteEngine on
+# Switch http to https
+RewriteCond     %{HTTPS} !=on
+RewriteRule     ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]

Review comment:
       Fixed!




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to