Skip to content

Commit bf3098f

Browse files
Updated ACS redirect to 302
1 parent 0333019 commit bf3098f

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
@@ -136,7 +136,7 @@ AddType text/vtt vtt
136136
RewriteRule ^rosa/4/(.*)$ /rosa/$1 [NE,R=301]
137137

138138
# ACS Redirects to go to the latest version - change here when a new version drops
139-
RewriteRule ^acs/(\D.*)$ /acs/3.66/$1 [NE,R=302]
139+
RewriteRule ^acs/(\D.*)$ /acs/3.66/$1 [NE,R=301]
140140

141141
# this pipeline redirect has to come before the latest kicks in generically
142142
RewriteRule ^container-platform/latest/pipelines/creating-applications-with-cicd-pipelines.html /container-platform/4.7/cicd/pipelines/creating-applications-with-cicd-pipelines.html [NE,R=302]

0 commit comments

Comments
 (0)