diff --git a/data/etc/apache2/conf-available/searx-freedombox.conf b/data/etc/apache2/conf-available/searx-freedombox.conf index 5a17cdeb9..c58656a45 100644 --- a/data/etc/apache2/conf-available/searx-freedombox.conf +++ b/data/etc/apache2/conf-available/searx-freedombox.conf @@ -7,6 +7,16 @@ +# Redirect /searx to /searx/ + + + RewriteEngine On + RewriteCond %{REQUEST_URI} ^/searx$ + RewriteRule .* /searx/ [R=301,L] + + + + Include includes/freedombox-single-sign-on.conf