/push/run 的位置

/index 的位置

应用/push/run 可以访问
可发布上Linux系统,以上后访问/push/run 跳转到首页的位置了,如图

.htacess文件代码如下
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>服务器引擎是Nginx1.8+php7.0 最佳答案