From dde4370bbccc727390ced098abfed22cfbab6534 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 12 Jul 2018 21:54:42 +0200 Subject: [PATCH] page: do not redirect slash to directory requests Fix pathless requests to upcoming edit pages. --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index 84f6a8d..85cbe8f 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,6 @@ +# no need to add trailing slashes, breaks edit scripts +DirectorySlash Off + RewriteEngine on RewriteBase / -- 2.30.0