From 8e95674bb5701a91e310b0f570132d13b5e22474 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Thu, 6 Dec 2018 10:04:58 +0100 Subject: [PATCH] 303 Redirect to RelaxNG compact if available --- public/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/.htaccess b/public/.htaccess index 70e630c6f..a7ed5f0b7 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -3,3 +3,6 @@ RewriteBase / RewriteCond e:/hosting/development/2016/uri.hab.de/public/$1.rdf -f RewriteRule ^(.*)$ $1.rdf [R=303] + +RewriteCond e:/hosting/development/2016/uri.hab.de/public/$1.rnc -f +RewriteRule ^(.*)$ $1.rnc [R=303] \ No newline at end of file -- GitLab