pull/128/head
qkqpttgf 2020-08-22 21:32:48 +08:00 committed by GitHub
parent 3571c47671
commit 378a59eda6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -2,12 +2,11 @@
# # LoadModule rewrite_module modules/mod_rewrite.so # # LoadModule rewrite_module modules/mod_rewrite.so
# # AllowOverride All # # AllowOverride All
RewriteEngine On RewriteEngine On
# RewriteCond $1 !^(.well-known) RewriteCond $1 !^(.well-known)
RewriteRule ^(.*) index.php?/$1 [L] RewriteRule ^(.*) index.php?/$1 [L]
###----------------------------------- ###-----------------------------------
### nginx ### nginx
# #################rewrite ^(.*) /index.php?/$1 last;
# rewrite ^/(?!.well-known)(.*)$ /index.php?/$1 last; # rewrite ^/(?!.well-known)(.*)$ /index.php?/$1 last;
# #
### caddy ### caddy