From b598cebf8b8881dc8665c3c3db86840123837686 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Thu, 2 Nov 2023 08:17:03 +0100 Subject: [PATCH] =?UTF-8?q?Removed=20=E2=80=9CRewriteBase=E2=80=9D=20direc?= =?UTF-8?q?tive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/site/.htaccess | 1 - 1 file changed, 1 deletion(-) diff --git a/web/site/.htaccess b/web/site/.htaccess index fc2fcfb..17eb3f0 100644 --- a/web/site/.htaccess +++ b/web/site/.htaccess @@ -1,5 +1,4 @@ RewriteEngine On -#RewriteBase "/mastostart" RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^.*$ index.php [L,QSA]