From ca337e06fb230f3eeb5205f9ea93e04ba05a9850 Mon Sep 17 00:00:00 2001 From: Nicolas Seydoux Date: Wed, 6 Nov 2019 12:09:54 +0100 Subject: [PATCH] Updated the .htaccess to accomodate with the / namespace Obelisk uses a / namespace (as opposed to a # namespace, which is not sent to the server), so it is necessary to accept extended paths. --- obelisk/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obelisk/.htaccess b/obelisk/.htaccess index 534ce9a6a..40d756f6c 100644 --- a/obelisk/.htaccess +++ b/obelisk/.htaccess @@ -3,4 +3,4 @@ Options +FollowSymLinks RewriteEngine on -RewriteRule ^$ https://zwifi.eu/voc/obelisk/ [R=302,L] +RewriteRule ^.*$ https://zwifi.eu/voc/obelisk/ [R=302,L]