Skip to content

Commit

Permalink
change xml to rdf
Browse files Browse the repository at this point in the history
  • Loading branch information
henryrosalesmendez committed Oct 22, 2019
1 parent 6d9bb9b commit 552b5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcb/fel/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RewriteRule ^$ https://users.dcc.uchile.cl/~hrosales/fel.n3 [R=303,L]
# Rewrite rule to serve RDF/XML content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml
RewriteRule ^$ https://users.dcc.uchile.cl/~hrosales/fel.xml [R=303,L]
RewriteRule ^$ https://users.dcc.uchile.cl/~hrosales/fel.rdf [R=303,L]

# Rewrite rule to serve RDF/XML content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} \*/\* [OR]
Expand Down

0 comments on commit 552b5b7

Please sign in to comment.