Skip to content

Commit c45aacc

Browse files
author
Shikha Jhala
committed
CNV-14946: Reversing redirect to allow CNV content to go live on GA
1 parent 359ba54 commit c45aacc

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
@@ -237,7 +237,7 @@ AddType text/vtt vtt
237237
# NOTE THAT THESE ARE A 302 REDIRECT, not a 301. Replace with 301 at CNV GA
238238
# send all cnv/ to virt/about-virt.html.
239239
# send all virt/ to virt/about-virt.html excluding about-virt.html otherwise there is an infinite loop
240-
RewriteRule container-platform/4\.10/virt/(?!about-virt\.html)(.+)$ /container-platform/4.10/virt/about-virt.html [NE,R=302]
240+
# RewriteRule container-platform/4\.10/virt/(?!about-virt\.html)(.+)$ /container-platform/4.10/virt/about-virt.html [NE,R=302]
241241
# RewriteRule container-platform/4\.5/cnv/?(.*)$ /container-platform/4.5/virt/about-virt.html [NE,R=301]
242242

243243
# Serverless Redirects

0 commit comments

Comments
 (0)