From b7a07c48f86dae33620cb2b32a918d8341004cfd Mon Sep 17 00:00:00 2001 From: toogee Date: Sat, 21 Mar 2020 12:30:28 +0800 Subject: [PATCH] jtaccess --- public/.htaccess | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index d142ad7..cbc7868 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,10 +1,8 @@ Options +FollowSymlinks -Multiviews RewriteEngine On - FileETag MTime Size RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] - + RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]