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:56 UTC

[logging-log4php-site] branch asf-site 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-site
in repository https://gitbox.apache.org/repos/asf/logging-log4php-site.git


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

commit 5b904f0de483e8be6547b2071ee488d90d0f6d2f
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Wed Sep 2 13:24:30 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