Skip to content

Commit b5f8d0c

Browse files
authored
Merge pull request #37526 from sjhala-ccs/cnv-4-9-undo-redirects
CNV-12828: reversing redirects to allow CNV content to be available a…
2 parents 8bcfb85 + d91439c commit b5f8d0c

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

233233
# Serverless Redirects

0 commit comments

Comments
 (0)