Skip to content

Commit 7cf3697

Browse files
Merge pull request #59560 from gaurav-nelson/acs4.0-rewrites
For RHACS docs: Added a rewrite rule for Managing vulnerabilities section
2 parents 38c093b + 4eaf32a commit 7cf3697

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
@@ -145,6 +145,8 @@ AddType text/vtt vtt
145145
RewriteRule ^acs/installing/install-ocp-operator.html /acs/4.0/installing/installing_ocp/init-bundle-ocp.html [NE,R=301]
146146
RewriteRule ^acs/(\D.*)$ /acs/4.0/$1 [NE,R=301]
147147
RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69|3\.70|3\.71|3\.72|3\.73|3\.74|4\.0)/?$ /acs/$1/welcome/index.html [L,R=301]
148+
#redirect for 4.0 Manage vulneribility page
149+
RewriteRule ^(acs/(?:\d\.\d+/)?)?operating/manage-vulnerabilities\.html$ /acs/4.0/operating/manage-vulnerabilities/vulnerability-management.html [NE,R=301]
148150

149151
# this pipeline redirect has to come before the latest kicks in generically
150152
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)