Skip to content

Commit 9809768

Browse files
Merge pull request #53540 from gaurav-nelson/373-acscs-redirect
Added a redirect from RHACS cloud service to correct page in docs
2 parents 2e2a96c + b8d2548 commit 9809768

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
@@ -143,6 +143,8 @@ AddType text/vtt vtt
143143
RewriteRule ^acs/release_notes/?$ /acs/3.73/release_notes/373-release-notes.html [R=301,NE]
144144
RewriteRule ^acs/(\D.*)$ /acs/3.73/$1 [NE,R=301]
145145
RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69|3\.70|3\.71|3\.72|3\.73)/?$ /acs/$1/welcome/index.html [L,R=301]
146+
# redirect from ACS CLoud Service page
147+
RewriteRule ^acs/3.72/installing/install-ocp-operator.html /acs/3.73/installing/installing_ocp/init-bundle-ocp.html [NE,R=301]
146148

147149
# this pipeline redirect has to come before the latest kicks in generically
148150
RewriteRule ^container-platform/latest/pipelines/creating-applications-with-cicd-pipelines.html /container-platform/4.7/cicd/pipelines/creating-applications-with-cicd-pipelines.html [NE,R=301]

0 commit comments

Comments
 (0)