Update .htaccess

This commit is contained in:
qkqpttgf 2020-03-24 16:50:25 +08:00 committed by GitHub
parent 43cd32e7bf
commit 5c016a07fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RewriteRule ^(.*) index.php?/$1 [L]
# nginx
# rewrite ^(.*) /index.php?/$1 last;
#
# caddy (not sure)
# caddy
# rewrite {
# to index.php?/$1
# }