本地运行正常
URL地址:
www.xx.com/public/index.php/Index/Index/first_0
项目目录结构如下:
.htaccess已配置
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?s=/$1 [QSA,PT,L]
</IfModule>
目录改成小写即可