You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ka...@apache.org on 2018/04/22 21:33:38 UTC

[incubator-heron] branch master updated: add .htaccess and index.html [https://github.com/apache/incubator-heron/issues/2758] (#2869)

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

karthikz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 2bc3a18  add .htaccess and index.html [https://github.com/apache/incubator-heron/issues/2758] (#2869)
2bc3a18 is described below

commit 2bc3a188977b04f327182f6cb14448513b62e1a3
Author: SreeV <44...@users.noreply.github.com>
AuthorDate: Sun Apr 22 14:33:34 2018 -0700

    add .htaccess and index.html [https://github.com/apache/incubator-heron/issues/2758] (#2869)
---
 .htaccess  | 2 ++
 index.html | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..305761d
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,2 @@
+Redirect	/index.html	https://apache.github.io/incubator-heron/
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..6930165
--- /dev/null
+++ b/index.html
@@ -0,0 +1,3 @@
+<html>
+</html>
+

-- 
To stop receiving notification emails like this one, please contact
karthikz@apache.org.