Update .htaccess

This commit is contained in:
qkqpttgf
2020-03-11 21:10:51 +08:00
committed by GitHub
parent f0e25b9ef5
commit 43b8d4f59b
+11
View File
@@ -1,2 +1,13 @@
# apache
RewriteEngine On
RewriteRule ^(.*) index.php?/$1 [L]
#-----------------------------------
# nginx
# rewrite ^(.*) index.php?/$1 last;
# caddy (not sure)
# rewrite {
# to /index.php?/$1
# }
#-----------------------------------