Skip to content

Commit d91439c

Browse files
author
Shikha Jhala
committed
CNV-12828: reversing redirects to allow CNV content to be available at GA
1 parent d4c87d0 commit d91439c

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
@@ -224,7 +224,7 @@ AddType text/vtt vtt
224224
# NOTE THAT THESE ARE A 302 REDIRECT, not a 301. Replace with 301 at CNV GA
225225
# send all cnv/ to virt/about-virt.html.
226226
# send all virt/ to virt/about-virt.html excluding about-virt.html otherwise there is an infinite loop
227-
RewriteRule container-platform/4\.9/virt/(?!about-virt\.html) /container-platform/4.9/virt/about-virt.html [NE,R=302]
227+
# RewriteRule container-platform/4\.9/virt/(?!about-virt\.html) /container-platform/4.9/virt/about-virt.html [NE,R=302]
228228
# RewriteRule container-platform/4\.5/cnv/?(.*)$ /container-platform/4.5/virt/about-virt.html [NE,R=301]
229229

230230
# Serverless Redirects

0 commit comments

Comments
 (0)