Create .htaccess

This commit is contained in:
qkqpttgf 2019-12-30 22:07:18 +08:00 committed by GitHub
commit f2289650f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.htaccess Normal file
View File

@ -0,0 +1,2 @@
RewriteEngine On
RewriteRule ^(.*) index.php?/$1 [L]