Author: tschoening
Date: Fri Jul 1 14:10:49 2016
New Revision: 991832
Log:
latest_stable was still used in tags as well, so I keep the wording for now.
Added:
websites/production/logging/content/log4cxx/latest_stable/
- copied from r991831,
websites/production/logging/content/log4cxx/latest_release/
websites/production/logging/content/log4cxx/next_stable/
- copied from r991831,
websites/production/logging/content/log4cxx/next_release/
Removed:
websites/production/logging/content/log4cxx/latest_release/
websites/production/logging/content/log4cxx/next_release/
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 Jul 1 14:10:49
2016
@@ -10,7 +10,7 @@
# fully transparent (anymore), because this way users may recognize the
dir structure and ask for
# other available sites.
#
- RewriteCond %{REQUEST_URI} !^/log4cxx/latest_release/.+$
- RewriteCond %{REQUEST_URI} !^/log4cxx/next_release/.+$
- RewriteRule ^(.*)$ /log4cxx/latest_release/$1
[R=permanent,L]
+ RewriteCond %{REQUEST_URI} !^/log4cxx/latest_stable/.+$
+ RewriteCond %{REQUEST_URI} !^/log4cxx/next_stable/.+$
+ RewriteRule ^(.*)$ /log4cxx/latest_stable/$1
[R=permanent,L]
</IfModule>