Skip to content

Commit 11a09d8

Browse files
committed
remove dedicated going to 3
1 parent 2044671 commit 11a09d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,10 @@ AddType text/vtt vtt
317317

318318
# Redirect for OSD latest and version less to OSD 3 - this will change when there is no OSD 3 and go to OSD 4
319319
# Use "/latest" in it's own rule to prevent any ambiguity
320-
RewriteRule ^dedicated/latest/?(.*)$ /dedicated/3/$1 [NE,R=301]
320+
# RewriteRule ^dedicated/latest/?(.*)$ /dedicated/3/$1 [NE,R=301]
321321
# Use a negative lookahead to prevent matching a dedicated URL that already contains "3/" or "4/"
322322
# Lookaheads are non-capturing, so they don't affect the $N numbering
323-
RewriteRule ^dedicated/(?!3/|4/)(.*)$ /dedicated/3/$1 [NE,R=301]
323+
# RewriteRule ^dedicated/(?!3/|4/)(.*)$ /dedicated/3/$1 [NE,R=301]
324324

325325
# Welcome page redirects - could probably be reg exed better by a regex guru
326326
RewriteRule ^online/?$ /online/pro/welcome/index.html [L,R=301]

0 commit comments

Comments
 (0)