源码是thinkphp5.1版使用地址可以访问,如:
www.baidu.com/index.php/news/index/id/6.html
加伪静态规则(选择建站自带的thinkphp规则)后出现404,如:
www.baidu.com/news/index/id/6.html
贴上bt自带的规则:
- location / {
- if (!-e $request_filename){
- rewrite ^(.*)[ DISCUZ_CODE_1 ]nbsp; /index.php?s=$1 last; break;
- }
- }
复制代码
|
|