Skip to content

Commit 2c889e0

Browse files
Merge pull request #45302 from gaurav-nelson/rhacs-rel-notes-redirect
[RHACS] Added a rewrite rule for ACS release notes
2 parents c48d2dc + 152a420 commit 2c889e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.s2i/httpd-cfg/01-commercial.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ AddType text/vtt vtt
139139
# it should probably be best to combine the next few lines in one reg exp but for clarity keeping them separate
140140
# the first one redirects
141141
RewriteRule ^acs/?$ /acs/3.69/welcome/index.html [R=301]
142+
# redirect to the latest release notes
143+
RewriteRule ^acs/release_notes/?$ /acs/3.69/release_notes/369-release-notes.html [R=302,NE]
142144
RewriteRule ^acs/(\D.*)$ /acs/3.69/$1 [NE,R=301]
143145
RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69)/?$ /acs/$1/welcome/index.html [L,R=301]
144146

0 commit comments

Comments
 (0)