You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2018/08/17 07:36:07 UTC

svn commit: r1034072 - /websites/production/logging/content/log4cxx/.htaccess

Author: tschoening
Date: Fri Aug 17 07:36:07 2018
New Revision: 1034072

Log:
Request for https://logging.apache.org/log4cxx/latest_stable/ resulted in redirects to https://logging.apache.org/log4cxx/latest_stable/latest_stable/.

Modified:
    websites/production/logging/content/log4cxx/.htaccess

Modified: websites/production/logging/content/log4cxx/.htaccess
==============================================================================
--- websites/production/logging/content/log4cxx/.htaccess (original)
+++ websites/production/logging/content/log4cxx/.htaccess Fri Aug 17 07:36:07 2018
@@ -30,7 +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/latest_stable/.+$
-	RewriteCond %{REQUEST_URI} !^/log4cxx/next_stable/.+$
+	RewriteCond %{REQUEST_URI} !^/log4cxx/latest_stable/(?:.+)?$
+	RewriteCond %{REQUEST_URI} !^/log4cxx/next_stable/(?:.+)?$
 	RewriteRule ^(.*)$			 /log4cxx/latest_stable/$1	[R=temp,L]
 </IfModule>