@@ -141,13 +141,13 @@ AddType text/vtt vtt
141141 # ACS Redirects to go to the latest version - change here when a new version drops
142142 # it should probably be best to combine the next few lines in one reg exp but for clarity keeping them separate
143143 # the first one redirects
144- RewriteRule ^acs/?$ /acs/4.7 /welcome/index.html [R=301]
144+ RewriteRule ^acs/?$ /acs/4.8 /welcome/index.html [R=301]
145145 # redirect to the latest release notes
146- RewriteRule ^acs/release_notes/?$ /acs/4.7 /release_notes/47-release-notes.html [R=301,NE]
146+ RewriteRule ^acs/release_notes/?$ /acs/4.8 /release_notes/47-release-notes.html [R=301,NE]
147147 # redirect from ACS CLoud Service page
148- RewriteRule ^acs/installing/install-ocp-operator.html /acs/4.7 /installing/installing_ocp/init-bundle-ocp.html [NE,R=301]
149- RewriteRule ^acs/(\D.*)$ /acs/4.7 /$1 [NE,R=301]
150- RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69|3\.70|3\.71|3\.72|3\.73|3\.74|4\.0|4\.1|4\.2|4\.3|4\.4|4\.5|4\.6|4\.7)/?$ /acs/$1/welcome/index.html [L,R=301]
148+ RewriteRule ^acs/installing/install-ocp-operator.html /acs/4.8 /installing/installing_ocp/init-bundle-ocp.html [NE,R=301]
149+ RewriteRule ^acs/(\D.*)$ /acs/4.8 /$1 [NE,R=301]
150+ RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69|3\.70|3\.71|3\.72|3\.73|3\.74|4\.0|4\.1|4\.2|4\.3|4\.4|4\.5|4\.6|4\.7|4\.8 )/?$ /acs/$1/welcome/index.html [L,R=301]
151151 #redirect for 4.0 Manage vulneribility page
152152 RewriteRule ^(acs/(?:4\.0/)?)?operating/manage-vulnerabilities\.html$ /acs/4.0/operating/manage-vulnerabilities/vulnerability-management.html [NE,R=301]
153153 #redirect for missing 4.3 page
0 commit comments