Skip to content

Commit

Permalink
Merge pull request perma-id#1524 from henryrosalesmendez/add-redirect…
Browse files Browse the repository at this point in the history
…-vocb-el

change xml to rdf
  • Loading branch information
dgarijo authored Oct 22, 2019
2 parents 39cfb44 + 552b5b7 commit d87b5c0
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 d87b5c0

Please sign in to comment.