From 3939317b1b48a54da148a9fbfb6eeda1b99cbc71 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 26 Aug 2020 17:16:02 +0800 Subject: [PATCH] fix: heroku has .wellknown folder --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index fcce752..ef9c0b6 100644 --- a/.htaccess +++ b/.htaccess @@ -2,7 +2,7 @@ # # LoadModule rewrite_module modules/mod_rewrite.so # # AllowOverride All RewriteEngine On -RewriteCond $1 !^(.well-known) +# RewriteCond $1 !^(.well-known) RewriteRule ^(.*) index.php?/$1 [L] ###-----------------------------------