开发者社区 问答 正文

智慧云支持 thinkphp

linux智慧云 支持 thinkphp



1、开启 path_info
2、然后自定义伪静态
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}

展开
收起
chinaccnet 2014-08-26 13:24:30 8840 分享 版权
2 条回答
写回答
取消 提交回答
  • Re智慧云支持 thinkphp
    智慧云如何开启https支持
    2016-12-03 15:37:03
    赞同 展开评论
  • Re智慧云支持thinkphp
    然而我 display()时   404  没有display()可以输出
    2015-07-22 09:24:09
    赞同 展开评论
问答分类:
PHP
问答地址: