Author: ilgrosso Date: Thu Aug 27 09:21:35 2026 New Revision: 1937512 Log: Redirecting security page to https://security.apache.org/projects/syncope/
Added: syncope/site/.htaccess Deleted: syncope/site/security.html Added: syncope/site/.htaccess ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ syncope/site/.htaccess Thu Aug 27 09:21:35 2026 (r1937512) @@ -0,0 +1,4 @@ +<IfModule mod_rewrite.c> +RewriteEngine on +RedirectMatch 301 ^/security$ https://security.apache.org/projects/syncope/ +</IfModule>
