我希望在我的访问日志中登录完整的URL而不仅仅是这个。
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重写而不是/ test / Page / 100
这可能吗?
在我的服务器上运行Apache / PHP 5
感谢您的帮助。