Updated preview/sample-staging from preview/sample at 44ae7bedd4270a121ccd566a082388aff4111ff9

Built from https://ci-builds.apache.org/job/Community%20Development/job/events-site/job/preview%252Fsample/18/
diff --git a/content/.htaccess b/content/.htaccess
index b5e496d..8c18946 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -17,6 +17,8 @@
 
 # Redirect to https
 RewriteCond %{HTTPS} !=on
+# For local testing, use the hostname events-site.local to avoid https redirection
+RewriteCond %{HTTP_HOST} !=events-site.local
 RewriteRule ^/?(.*) https://events.apache.org/$1 [R,L]