From 859fdbd0fb0590b1549f3a2e4a635c255f7c4730 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Wed, 22 Jul 2020 12:12:11 +0200 Subject: [PATCH] Add 'RewriteEngine On' to apache config --- distillery/resources/compose/barrel/conf/wisski.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/distillery/resources/compose/barrel/conf/wisski.conf b/distillery/resources/compose/barrel/conf/wisski.conf index 14d3601..8bc1cc4 100644 --- a/distillery/resources/compose/barrel/conf/wisski.conf +++ b/distillery/resources/compose/barrel/conf/wisski.conf @@ -8,6 +8,7 @@ AddType application/rdf+xml .rdf # Rewrite the 'ontology' directory + RewriteEngine On ReWriteRule ^(ontology/[^/]+/).+ $1 [R=303,L] ReWriteRule ^(ontology/[^/]+)/$ sites/default/files/$1.owl [L]