@@ -41,7 +41,7 @@ RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
4141RewriteCond %{HTTP_ACCEPT} text/\* [OR]
4242RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
4343RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
44- RewriteRule ^cdco/([^/ ]+)$ https://ocdo.github.io/cdco/#/$1 [R=303 ,NE,L]
44+ RewriteRule ^cdco/([\w\.\- ]+)$ https://ocdo.github.io/cdco/#/$1 [R=303 ,NE,L]
4545
4646# Rewrite rule to serve RDF/XML content
4747RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR ]
@@ -68,7 +68,7 @@ RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
6868RewriteCond %{HTTP_ACCEPT} text/\* [OR]
6969RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
7070RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
71- RewriteRule ^podo/([^/ ]+)$ https://ocdo.github.io/podo/#$1 [R=303,NE,L ]
71+ RewriteRule ^podo/([\w\.\- ]+)$ https://ocdo.github.io/podo/#$1 [R=303,NE,L ]
7272
7373# Rewrite rule to serve RDF/XML content
7474RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR ]
@@ -95,7 +95,7 @@ RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
9595RewriteCond %{HTTP_ACCEPT} text/\* [OR]
9696RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
9797RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
98- RewriteRule ^ldo/([^/ ]+)$ https://ocdo.github.io/ldo/#$1 [R=303,NE,L ]
98+ RewriteRule ^ldo/([\w\.\- ]+)$ https://ocdo.github.io/ldo/#$1 [R=303,NE,L ]
9999
100100# Rewrite rule to serve RDF/XML content
101101RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR ]
@@ -133,7 +133,7 @@ RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
133133RewriteCond %{HTTP_ACCEPT} text/\* [OR]
134134RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
135135RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
136- RewriteRule ^pldo/([^/ ]+)$ https://ocdo.github.io/pldo/#$1 [R=303,NE,L ]
136+ RewriteRule ^pldo/([\w\.\- ]+)$ https://ocdo.github.io/pldo/#$1 [R=303,NE,L ]
137137
138138# Rewrite rule to serve RDF/XML content
139139RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR ]
0 commit comments