thinkphp5使用
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thinkphp5使用相关的知识,希望对你有一定的参考价值。
nginx下站点配置及重写路由(Windows系统)1,打开phpstudy-》其他选项菜单-》站点域名管理,
2,找到phpstudy安装目录,phpstudy/nginx/conf/vhost.conf,打开vhost.conf,对应位置添加以下代码(非应用安装在二级目录:二级目录即publix下的index.php中定义应用目录时指定application下某一特定模块)
具体添加的代码
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
3,host文件中添加解析
4,重启phpstudy
以上是关于thinkphp5使用的主要内容,如果未能解决你的问题,请参考以下文章
thinkphp5.0 与thinkphp5.1 db()函数的区别
thinkphp5.0.7 &===composer更新===& thinkphp5.0.9 debug “controller not found”(示例代码