This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push:
new d9823c2 Create .htaccess
d9823c2 is described below
commit d9823c2edb7f1008761203b995ffb3cff36c2a51
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Mar 18 10:15:59 2021 -0700
Create .htaccess
---
content/.htaccess | 3 +++
1 file changed, 3 insertions(+)
diff --git a/content/.htaccess b/content/.htaccess
new file mode 100644
index 0000000..fa6337a
--- /dev/null
+++ b/content/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteCond %{HTTPS} off
+RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]