commit f2289650f7cdcae7991a73758c16d05913cf3785 Author: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Mon Dec 30 22:07:18 2019 +0800 Create .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..7444332 --- /dev/null +++ b/.htaccess @@ -0,0 +1,2 @@ +RewriteEngine On +RewriteRule ^(.*) index.php?/$1 [L]