Skip to content

Commit

Permalink
Add missing security.html redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Sep 13, 2024
1 parent c7a59eb commit 4789c47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/site/resources/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ RewriteRule "^manual/scala-api\.html$" "/log4j/scala/latest/index.html" [R=perma
RewriteRule "^manual/usage\.html$" "manual/api.html" [R=permanent]
RewriteRule "^manual/webapp\.html$" "jakarta.html" [R=permanent]
RewriteRule "^runtime-dependencies\.html$" "manual/installation.html" [R=permanent]
RewriteRule "^security\.html$" "/security.html" [R=permanent]
RewriteRule "^thanks\.html$" "/support.html#sponsors" [R=permanent,NE]

# These redirects are special, since:
Expand Down

0 comments on commit 4789c47

Please sign in to comment.