We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5827c commit bcf4a09Copy full SHA for bcf4a09
default
@@ -52,6 +52,9 @@
52
# -Aaa is for Chinese
53
RewriteRule ^/publicdomain/(.*)/([0-9]\.[0-9])/legalcode\.([a-z][a-z](-[A-Z][a-z][a-z][a-z])?)$ /legalcode/$1_$2_$3.html [L]
54
RewriteRule ^/publicdomain/(.*)/([0-9]\.[0-9])/legalcode\.txt$ /legalcode/$1_$2.txt [L]
55
+ # 2019-06-07 Timid Robot: Fixes https://github.com/creativecommons/creativecommons.org/issues/982
56
+ RewriteRule ^/publicdomain/(.*)/([0-9]\.[0-9])/(deed)?$ /legalcode/$1_$2.html [L]
57
+ RewriteRule ^/publicdomain/(.*)/([0-9]\.[0-9])/deed\.([a-zA-Z_-]+)$ /legalcode/$1_$2_$3.html [L]
58
59
# License RDF rewrites
60
# FIXME: eval whether we should use the LHS as the actual file structure so we don't need the rewrites
0 commit comments