From edc73fa3039379b18af8275b22252f2651b25201 Mon Sep 17 00:00:00 2001 From: mynino <1839081290@qq.com> Date: Tue, 10 May 2016 23:35:13 +0800 Subject: [PATCH] Update .htaccess A little modification in config/.htaccess. -----fix a problem , 404 Page shows. --- config/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.htaccess b/config/.htaccess index 54727a2..7bfd57e 100644 --- a/config/.htaccess +++ b/config/.htaccess @@ -4,4 +4,4 @@ RewriteBase /macaw RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*)$ index.php?/$1 [L] +RewriteRule ^.*$ index.php [L]