From 552b5b7d85973af698d27b19896229e40abd313d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henry=20Rosales=20M=C3=A9ndez?= Date: Tue, 22 Oct 2019 12:04:39 -0300 Subject: [PATCH] change xml to rdf --- vcb/fel/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcb/fel/.htaccess b/vcb/fel/.htaccess index 226e4274f..d502a15e0 100644 --- a/vcb/fel/.htaccess +++ b/vcb/fel/.htaccess @@ -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]