This is an automated email from the ASF dual-hosted git repository.

abesto pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new bfc467f  Trying to redirect to zipkin.io; Jenkins fails, so adding 
manually
bfc467f is described below

commit bfc467fc83dfba68ed5c659ea7eef924325275f1
Author: Zoltan Nagy <abes...@gmail.com>
AuthorDate: Tue Jul 30 09:29:19 2019 +0100

    Trying to redirect to zipkin.io; Jenkins fails, so adding manually
---
 .htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..d5787a9
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine on
+RewriteCond %{HTTP_HOST} ^zipkin.apache.org [NC,OR]
+RewriteRule ^(.*)$ https://zipkin.io/$1 [L,R=301,NC]

Reply via email to