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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new db1739b  Allow for old sites to be accessed
db1739b is described below

commit db1739b20b5ebb02de242c36bd9e2d543d4fe582
Author: Robert Middleton <[email protected]>
AuthorDate: Fri Nov 25 09:24:26 2022 -0500

    Allow for old sites to be accessed
---
 .htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.htaccess b/.htaccess
index 8d731d9..c6c4397 100644
--- a/.htaccess
+++ b/.htaccess
@@ -30,6 +30,7 @@
        # redirect and not be fully transparent (anymore), because this way 
users may recognize the dir
        # structure and ask for other available sites.
        #
+       RewriteCond %{REQUEST_URI} !^/log4cxx/\d+\.\d+.\d+(?:/(?:.+)?)?$
        RewriteCond %{REQUEST_URI} !^/log4cxx/latest_stable(?:/(?:.+)?)?$
        RewriteCond %{REQUEST_URI} !^/log4cxx/next_stable(?:/(?:.+)?)?$
        RewriteCond %{REQUEST_URI} !^/log4cxx/old_stable(?:/(?:.+)?)?$

Reply via email to