Skip to content

Commit

Permalink
APACHE重定向问题
Browse files Browse the repository at this point in the history
  • Loading branch information
html580 committed Dec 19, 2019
1 parent d505ae3 commit f7e466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Environment
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>
```

Expand Down

0 comments on commit f7e466e

Please sign in to comment.