This is an automated email from the ASF dual-hosted git repository.
swebb2066 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 88fbcf83 Avoid browser cache issues when the link uses 'latest_stable'
88fbcf83 is described below
commit 88fbcf83bafb9115d7e93fe02aa01c97e46408c1
Author: Stephen Webb <[email protected]>
AuthorDate: Tue Oct 15 14:06:51 2024 +1100
Avoid browser cache issues when the link uses 'latest_stable'
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 97cfbabc..fc8b22d0 100644
--- a/.htaccess
+++ b/.htaccess
@@ -11,9 +11,9 @@
#
RewriteCond %{REQUEST_URI} !^/log4cxx/\d+\.\d+.\d+(?:/(?:.+)?)?$
RewriteCond %{REQUEST_URI} !^/log4cxx/next_stable(?:/(?:.+)?)?$
+ RewriteCond %{REQUEST_URI} !^/log4cxx/latest_stable(?:/(?:.+)?)?$
RewriteCond %{REQUEST_URI} !^/log4cxx/old_stable(?:/(?:.+)?)?$
RewriteRule ^(.*)$ /log4cxx/1.3.0/$1
[R=temp,L]
-
RewriteRule ^/log4cxx/latest_stable(?:/(?:.+)?)?$ /log4cxx/1.3.0/$1
[R=temp,L]
</IfModule>