You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/09/02 19:18:41 UTC

[logging-log4net-site] branch asf-staging updated: Add access file from svn site

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

rgoers pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4net-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 9494b67  Add access file from svn site
9494b67 is described below

commit 9494b67cc29fda5e10d79933e19f82f78965e76a
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Wed Sep 2 12:18:26 2020 -0700

    Add access file from svn site
---
 .htaccess | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..8722878
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,10 @@
+RewriteEngine on
+
+RewriteBase "/log4net/"
+
+RewriteCond %{REQUEST_URI} !^/log4net/log4net-1.*$
+RewriteRule ^(.*)/release/sdk/html/AllMembers_(.*)$ $1/release/sdk/html/$2
+
+RewriteCond %{REQUEST_URI} !^/log4net/log4net-\d.\d.*$
+RewriteRule ^(.*)$ log4net-2.0.9/$1
+