We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48d2dc commit 152a420Copy full SHA for 152a420
.s2i/httpd-cfg/01-commercial.conf
@@ -139,6 +139,8 @@ AddType text/vtt vtt
139
# it should probably be best to combine the next few lines in one reg exp but for clarity keeping them separate
140
# the first one redirects
141
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]
144
RewriteRule ^acs/(\D.*)$ /acs/3.69/$1 [NE,R=301]
145
RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69)/?$ /acs/$1/welcome/index.html [L,R=301]
146
0 commit comments