File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -434,15 +434,15 @@ AddType text/vtt vtt
434
434
RewriteRule ^container-platform/(4\.4|4\.5)/authentication/(allowing-javascript-access-api-server|encrypting-etcd|certificate-types-descriptions)\.html$ /container-platform/$1/security/$2\.html [NE,R=301]
435
435
436
436
437
- # The following rule prevents an infinite redirect loop when browsing to /container-platform/4.14 /virt/about_virt/about-virt.html
438
- # RewriteRule ^container-platform/4\.14 /virt/about_virt/about-virt.html$ - [L]
437
+ # The following rule prevents an infinite redirect loop when browsing to /container-platform/4.15 /virt/about_virt/about-virt.html
438
+ RewriteRule ^container-platform/4\.15 /virt/about_virt/about-virt.html$ - [L]
439
439
440
440
# OpenShift Virtualization (CNV) catchall redirect; use when CNV releases asynchronously from OCP. Do not change the 302 to a 301.
441
441
# When uncommented, this redirects all `virt` directory traffic to the about-virt page.
442
442
# Pay mind to the redirect directly above this which prevents redirect loops.
443
443
# To activate the redirects, uncomment the next and previous lines and update the version number to the pending release.
444
444
445
- # RewriteRule container-platform/4\.14 /virt/(?!about-virt\.html)(.+)$ /container-platform/4.14 /virt/about_virt/about-virt.html [NE,R=302]
445
+ RewriteRule container-platform/4\.15 /virt/(?!about-virt\.html)(.+)$ /container-platform/4.15 /virt/about_virt/about-virt.html [NE,R=302]
446
446
447
447
448
448
# Red Hat OpenShift support for Windows Containers (WMCO) catchall redirect; use when WMCO releases asynchronously from OCP. Do not change the 302 to a 301.
Original file line number Diff line number Diff line change @@ -159,14 +159,14 @@ AddType text/vtt vtt
159
159
RewriteRule ^latest/install_config/upgrades\.html(.*)$ /latest/install_config/upgrading/index.html$1 [NE,R=301]
160
160
RewriteRule ^latest/install_config/upgrading/(.*)$ /latest/upgrading/$1 [NE,R=301]
161
161
162
- # The following rule prevents an infinite redirect loop when browsing to /(latest|4\.14 )/virt/about_virt/about-virt.html
163
- # RewriteRule ^(latest|4\.14 )/virt/about_virt/about-virt.html$ - [L]
162
+ # The following rule prevents an infinite redirect loop when browsing to /(latest|4\.15 )/virt/about_virt/about-virt.html
163
+ RewriteRule ^(latest|4\.15 )/virt/about_virt/about-virt.html$ - [L]
164
164
165
165
# OpenShift Virtualization (CNV) catchall redirect; use when CNV releases asynchronously from OCP. Do not change the 302 to a 301.
166
166
# When uncommented, this redirects all `virt` directory traffic to the about-virt page.
167
167
# Pay mind to the redirect directly above this which prevents redirect loops.
168
168
# To activate the redirects, uncomment the next and previous lines and update the version number to the pending release.
169
- # RewriteRule ^(latest|4\.14 )/virt/(?!about-virt\.html)(.+)$ /$1/virt/about_virt/about-virt.html [NE,R=302]
169
+ RewriteRule ^(latest|4\.15 )/virt/(?!about-virt\.html)(.+)$ /$1/virt/about_virt/about-virt.html [NE,R=302]
170
170
171
171
# Red Hat OpenShift support for Windows Containers (WMCO) catchall redirect; use when WMCO releases asynchronously from OCP. Do not change the 302 to a 301.
172
172
# When uncommented, this redirects all `windows_containers` directory traffic to the /windows_containers/index.html page.
You can’t perform that action at this time.
0 commit comments