Skip to content
Snippets Groups Projects
Commit 8e95674b authored by David Maus's avatar David Maus
Browse files

303 Redirect to RelaxNG compact if available

parent 4575fcf4
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment