php及apache rewrite调试

Posted hnhycnlc888

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php及apache rewrite调试相关的知识,希望对你有一定的参考价值。

有效调试手段
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
<VirtualHost *:80>
    DocumentRoot "E: elposyhuo.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
  <Directory "E: elposyhuo.api">
      Options FollowSymLinks ExecCGI
      AllowOverride All
      Order allow,deny
      Allow from all
      Require all granted
  </Directory>
</VirtualHost>


grep -n -i ‘rewrite‘  F:datahttpdlocalhost.api.syhuo.net-error.log


以上是关于php及apache rewrite调试的主要内容,如果未能解决你的问题,请参考以下文章

linux服务器中Apache隐藏index.php失败

Ubuntu Apache配置及开启mod_rewrite模块

如何调试 mod_rewrite 规则?

nginx 配置 ThinkPHP Rewrite

apache rewrite功能

请求高手转换下伪静态 把httpd.ini转为 .htaccess