php及apache rewrite调试
2021-02-10 02:18
标签:rtu deb ace action errorlog alert options data server 有效调试手段 php及apache rewrite调试 标签:rtu deb ace action errorlog alert options data server 原文地址:https://www.cnblogs.com/hnhycnlc888/p/13053575.html
xdebug
debug_backtrace
get_included_files
apache rewrite重写调试
apache 虚拟站点
LogLevel alert rewrite:trace3
刘超 2020/6/4 18:55:51
本地不支持 http://api.syhuo.net/oauth2/access_token.json
只支持 http://api.syhuo.net/oauth2/access_token
原因:Yaf解析出的action不对。
管理账号创建
注册商户号、重新分配角色Manager
#api.syhuo.net
DocumentRoot "E:\telpo\syhuo.api"
ServerName api.syhuo.net
#LogLevel alert rewrite:trace3
ErrorLog "F:/data/httpd/localhost.api.syhuo.net-error.log"
CustomLog "F:/data/httpd/localhost.api.syhuo.net-access.log" common
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
grep -n -i ‘rewrite‘ F:\data\httpd\localhost.api.syhuo.net-error.log
文章标题:php及apache rewrite调试
文章链接:http://soscw.com/index.php/essay/53369.html