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