默认情况下,awstats将.php Dynamic PHP Script file到一个Dynamic PHP Script file 。
但是,该网站的模式在于route=??? 后一个index.php? ,例如:
GET /index.php?route=account/login/valid HTTP/1.1 GET /index.php?route=account/logout HTTP/1.1 GET /index.php?route=product/sunglasses/success HTTP/1.1
awstats可configuration为打破index.php后面的routestream量? 如果否,任何其他工具可以完成这项工作?
阅读手册 :
URLWithQuery = [0 | 1]
0 – 从查询string中清除URL(即:“/mypage.html”)
1 – 使用查询string的完整url(即:“/mypage.html?p=x&q=y”)
相关的选项是URLWithQueryWithoutFollowingParameters和URLWithQueryWithOnlyFollowingParameters ,它允许你调整哪些获取选项是和不用于分组命中。