Author: ilgrosso
Date: Thu Aug 27 09:26:22 2026
New Revision: 1937513

Log:
Redirecting security page to https://security.apache.org/projects/syncope/

Modified:
   syncope/site/.htaccess

Modified: syncope/site/.htaccess
==============================================================================
--- syncope/site/.htaccess      Thu Aug 27 09:21:35 2026        (r1937512)
+++ syncope/site/.htaccess      Thu Aug 27 09:26:22 2026        (r1937513)
@@ -1,4 +1,5 @@
 <IfModule mod_rewrite.c>
 RewriteEngine on
 RedirectMatch 301 ^/security$ https://security.apache.org/projects/syncope/
+RedirectMatch 301 ^/security.html$ 
https://security.apache.org/projects/syncope/
 </IfModule>

Reply via email to