Author: tschoening
Date: Tue Aug 21 15:55:24 2018
New Revision: 1034267
Log:
next_stable hasn't been redirected to next_stable/ automatically and was
therefore redirected to latest_stable/next_stable, which is wrong.
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 Tue Aug 21 15:55:24
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>