Skip to content

domain ontology specific redirects to doc sections #3

@SimonStier

Description

@SimonStier

Regex currently matches all IRIs and host/domain is not included:

RewriteRule ^(.*)$ https://materialdigital.github.io/core-ontology/$1 [R=303,L]

Should be changed to

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions