From bd6356fef7e5f2bb4217f38b8526404e38640720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=8F=8F?= <32321958+178146582@users.noreply.github.com> Date: Wed, 11 Apr 2018 19:38:44 +0800 Subject: [PATCH] Add files via upload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 伪静态 --- .htaccess | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..0cde4dc --- /dev/null +++ b/.htaccess @@ -0,0 +1,7 @@ + +RewriteEngine on +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_FILENAME} !-f +Rewritebase /index.php +RewriteRule ^(.*)$ /index.php?/$1 [L] + \ No newline at end of file