File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments