Regex currently matches all IRIs and host/domain is not included: https://github.com/materialdigital/w3id/blob/c4bad3d65e6d3994ff0ad81f2c03c61f509a9c5c/pmd/.htaccess#L40 Should be changed to ```htaccess RewriteRule ^(co.*)$ https://materialdigital.github.io/core-ontology#https://w3id.org/$1 [R=303,L,NE] RewriteRule ^(glass-ontology.*)$ https://materialdigital.github.io/glasdigital-ontology#https://w3id.org/$1 [R=303,L,NE] ``` related: #2