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]