This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4php-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 030f047 Modify .htaccess to force deployment
030f047 is described below
commit 030f04730a695c0e7c35961535dfb3c10d5ef582
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Nov 1 22:56:03 2023 +0100
Modify .htaccess to force deployment
---
.htaccess | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.htaccess b/.htaccess
index 8bd1a71..1344781 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,6 @@
RewriteEngine on
-RewriteCond %{REQUEST_URI} !^/log4php/2.3.0.*$
-RewriteCond %{REQUEST_URI} !^/log4php/2.2.1.*$
-RewriteRule ^(.*)$ /log4php/2.3.0/$1
+RewriteCond %{REQUEST_URI} !^/log4php/2.2.1
+RewriteCond %{REQUEST_URI} !^/log4php/2.3.0
+RewriteCond %{REQUEST_URI} !^/log4php/latest
+RewriteRule ^(.*)$ /log4php/latest/$1 [R]