Skip to content

Commit ffe7b20

Browse files
committed
Merge branch 'master' into dev2019
2 parents 7f2ffba + d31f426 commit ffe7b20

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

config/livelicenses/000-default.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,12 @@
200200
# Address https://github.com/creativecommons/creativecommons.org/issues/563
201201
RewriteRule ^/publicdomain/zero/1.0/deed.en/$ https://creativecommons.org/publicdomain/zero/1.0/deed.en [L,R=301]
202202

203+
# Resolve https://github.com/creativecommons/tech-support/issues/359
204+
RewriteRule ^/publicdomain/mark/1.0/index.php https://creativecommons.org/publicdomain/mark/1.0/ [L,R=301]
205+
RewriteRule ^/publicdomain/zero/1.0/index.php https://creativecommons.org/publicdomain/zero/1.0/ [L,R=301]
206+
203207
# Legalcode rewrites
204-
# FIXME: eval whether we should use the LHS as the actual file structure so we don't need the rewrites
208+
# FIXME: eval whether we should use the LHS as the actual file structure so we don't need the rewrites
205209
RewriteRule ^/legalcode http://creativecommons.org/ [L,R=301]
206210
RewriteRule .*legalcode/$ http://creativecommons.org/ [L,R=301]
207211
RewriteRule ^/licenses/(.*)sampling\+/1.0/(.*)/legalcode$ /legalcode/$1samplingplus_1.0_$2.html [L]

0 commit comments

Comments
 (0)