diff --git a/distillery/resources/compose/barrel/conf/wisski.conf b/distillery/resources/compose/barrel/conf/wisski.conf index 8bc1cc4..05ee47e 100644 --- a/distillery/resources/compose/barrel/conf/wisski.conf +++ b/distillery/resources/compose/barrel/conf/wisski.conf @@ -9,8 +9,9 @@ # Rewrite the 'ontology' directory RewriteEngine On - ReWriteRule ^(ontology/[^/]+/).+ $1 [R=303,L] - ReWriteRule ^(ontology/[^/]+)/$ sites/default/files/$1.owl [L] + RewriteOptions InheritDownBefore + ReWriteRule ^(ontology/[^/]+/).+ $1 [R=303,END] + ReWriteRule ^(ontology/[^/]+)/$ sites/default/files/$1.owl [END] # Allow overrides of symlinks Options Indexes FollowSymLinks