diff --git a/public/.htaccess b/public/.htaccess index 70e630c6f6e7c07c454d63536fb56f36a8386bd9..a7ed5f0b7508f74443e2399be4c53490de21fed8 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