fix: heroku has .wellknown folder

This commit is contained in:
qkqpttgf 2020-08-26 17:16:02 +08:00 committed by GitHub
parent 739f42e24f
commit 3939317b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]
###-----------------------------------