You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by gm...@apache.org on 2017/07/19 08:46:11 UTC

incubator git commit: tweak regex, the site is currently very b0rken

Repository: incubator
Updated Branches:
  refs/heads/master 02579dd2c -> 97be61284


tweak regex, the site is currently very b0rken


Project: http://git-wip-us.apache.org/repos/asf/incubator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator/commit/97be6128
Tree: http://git-wip-us.apache.org/repos/asf/incubator/tree/97be6128
Diff: http://git-wip-us.apache.org/repos/asf/incubator/diff/97be6128

Branch: refs/heads/master
Commit: 97be61284d1048e163f10fad42e06b12b2844904
Parents: 02579dd
Author: gmcdonald <gm...@apache.org>
Authored: Wed Jul 19 18:45:55 2017 +1000
Committer: gmcdonald <gm...@apache.org>
Committed: Wed Jul 19 18:45:55 2017 +1000

----------------------------------------------------------------------
 assets/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator/blob/97be6128/assets/.htaccess
----------------------------------------------------------------------
diff --git a/assets/.htaccess b/assets/.htaccess
index 0069dff..30827f8 100644
--- a/assets/.htaccess
+++ b/assets/.htaccess
@@ -220,4 +220,4 @@ Redirect Permanent /reef http://reef.apache.org
 Redirect Permanent /kylin http://kylin.apache.org
 
 # Restore access to podlings.*
-RedirectMatch ^/(podlings.*)?$ "//svn.apache.org/repos/asf/incubator/public/trunk/content/$1"
+RedirectMatch ^/(podlings.*)$ "/svn.apache.org/repos/asf/incubator/public/trunk/content/$1"


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org