From 29a25242315935ffd4c660753f82d330e7ebddfe Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 9 Jan 2021 13:46:33 +0100 Subject: [PATCH] remove htaccess fix --- core/module/config/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/module/config/config.php b/core/module/config/config.php index 9da3c94f..85f34738 100755 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -552,8 +552,6 @@ class config extends common { PHP_EOL . '' . PHP_EOL . "\tRewriteEngine on" . PHP_EOL . - "\tRewriteCond %{QUERY_STRING} ^(.*)&?fbclid=[^&]+&?(.*)$ [NC]". PHP_EOL . - "\tRewriteRule ^/?(.*)$ /$1?%1%2 [R=301,L]". PHP_EOL . "\tRewriteBase " . helper::baseUrl(false, false) . PHP_EOL . "\tRewriteCond %{REQUEST_FILENAME} !-f" . PHP_EOL . "\tRewriteCond %{REQUEST_FILENAME} !-d" . PHP_EOL .