安装TP5.1 windwos在phpStudy Apache 下静态方法的设置

修改public文件夹下.htaccess文件

修改方法

安装TP5.1 windwos在phpStudy Apache 下静态方法的设置

把RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L],

改成:RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]