1.删除方法:rm -f /网站目录/.user.ini
2.修改方法:先执行:chattr -i /网站目录/.user.ini,
然后修改里面的:open_ba
再执行:chattr +i /网站目录/.user.ini
3.修改 /usr/local/nginx/conf/fastcgi.conf 里面的fastcgi_param PHP_ADMIN_VALUE "open_ba
4.Thinkphp缓存权限处理:cache、runtime 等权限可读写
5.伪静态处理:伪静态规则文件需要放在/usr/local/nginx/conf/vhost/域名.conf。
增加一行:include rewrite/thinkphp.conf;#这是THINKPHP的伪静态
最佳答案
