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 20:25:15 UTC

[logging-log4php-site] branch asf-staging updated: Add htaccess 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-log4php-site.git


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

commit 87e553e3eb324e147e77e4a2a470e9c270207a7b
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Wed Sep 2 13:25:02 2020 -0700

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

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..8bd1a71
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,5 @@
+RewriteEngine on
+
+RewriteCond %{REQUEST_URI} !^/log4php/2.3.0.*$
+RewriteCond %{REQUEST_URI} !^/log4php/2.2.1.*$
+RewriteRule ^(.*)$ /log4php/2.3.0/$1