防跨站攻击
环境: IIS+php7
框架:thinkphp5
网站目录:d:\wwwroot\a.cn\
运行目录:d:\wwwroot\a.cn\public
.user.ini 内容
- open_basedir="D:/wwwroot/a.cn/;C:/Windows/Temp/;C:/Temp/;D:/BtSoft/temp/session/"
复制代码
报错信息
- is_file(): open_basedir restriction in effect. File(D:\wwwroot\a.cn\.env) is not within the allowed path(s): (D:/wwwroot/a.cn/;C:/Windows/Temp/;C:/Temp/;D:/BtSoft/temp/session/)
复制代码
求高手指教
|
|