【发布时间】:2011-05-09 19:07:01
【问题描述】:
我想在我的访问日志中登录完整的网址,而不仅仅是这个。
127.0.0.1 - - [07/May/2011:20:19:48 +0200] "GET /test/index1.php HTTP/1.1" 200 31333 "-" "Mozilla/5.0 (Windows NT 6.0; rv:2.0) Gecko/20100101 Firefox/4.0"
我想要日志,例如:
/test/index.php?page=10 或者我也使用 mod rewrite 而不是 /test/Page/100
这可能吗?
在我的服务器上运行的是 Apache / PHP 5
感谢您的帮助。
【问题讨论】: