.htaccess修改为一下代码     Options +FollowSymlinks     RewriteEngine On     RewriteCond %{REQUEST\_FILENAME} !-d     RewriteCond %{REQUEST\_FILENAME} !-f     RewriteRule ^(.\*)$ index.php?s=/index/$1 \[QSA,PT,L\]