Skip to content

Commit edf83b0

Browse files
authored
Merge pull request #69329 from aireilly/ptp-redirect-414
TELCODOCS-1004, TELCODOCS-1207 - Adding redirects for PTP 4.14
2 parents b36bca6 + 50a4592 commit edf83b0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,16 @@ AddType text/vtt vtt
727727
# Redirects for PTP changes delivered in https://github.com/openshift/openshift-docs/pull/35889
728728
RewriteRule ^container-platform/(4\.9|4\.10|4\.11)/networking/configuring-ptp.html /container-platform/$1/networking/using-ptp.html [NE,R=302]
729729

730+
# Redirects for PTP changes delivered in https://github.com/openshift/openshift-docs/pull/62621
731+
732+
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/networking/ptp/about-ptp.html /container-platform/$1/networking/using-ptp.html [NE,R=302]
733+
734+
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/networking/ptp/configuring-ptp.html /container-platform/$1/networking/using-ptp.html [NE,R=302]
735+
736+
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/networking/ptp/using-ptp-events.html /container-platform/$1/networking/using-ptp.html [NE,R=302]
737+
738+
RewriteRule ^container-platform/(4\.13|4\.14)/networking/ptp/ptp-cloud-events-consumer-dev-reference.html /container-platform/$1/networking/ptp-cloud-events-consumer-dev-reference.html [NE,R=302]
739+
730740
# OCP specific redirects
731741
RewriteRule ^(container-platform|enterprise)/(3\.2|3\.3|3\.4|3\.5|3\.6|3\.7)/architecture/additional_concepts/throttling\.html(.*)$ /$1/$2/admin_guide/overcommit.html$3 [NE,L,R=301]
732742
RewriteRule ^(container-platform|enterprise)/(.[^/])/admin_guide/install/(advanced_install|deploy_router|docker_registry|first_steps|overview|prerequisites|quick_install|upgrades)\.html(.*)$ /$1/$2/install/$3.html$4 [NE,R=301]

0 commit comments

Comments
 (0)