Skip to content

Commit 538bb60

Browse files
authored
Merge pull request #42756 from sjhala-ccs/cnv-4-10-reverse-redirect
CNV-14946: Reversing redirect to allow CNV content to go live on GA
2 parents 080e4f5 + c45aacc commit 538bb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ AddType text/vtt vtt
235235
# NOTE THAT THESE ARE A 302 REDIRECT, not a 301. Replace with 301 at CNV GA
236236
# send all cnv/ to virt/about-virt.html.
237237
# send all virt/ to virt/about-virt.html excluding about-virt.html otherwise there is an infinite loop
238-
RewriteRule container-platform/4\.10/virt/(?!about-virt\.html)(.+)$ /container-platform/4.10/virt/about-virt.html [NE,R=302]
238+
# RewriteRule container-platform/4\.10/virt/(?!about-virt\.html)(.+)$ /container-platform/4.10/virt/about-virt.html [NE,R=302]
239239
# RewriteRule container-platform/4\.5/cnv/?(.*)$ /container-platform/4.5/virt/about-virt.html [NE,R=301]
240240

241241
# Serverless Redirects

0 commit comments

Comments
 (0)