Reporting only sub-directory level access
Hello everyone.
I want to know the number of accesses grouped at the sub-directory level.
For example, if there are some access to the following URI,
http://localhost/AAA/file1.html
http://localhost/AAA/file2.html
http://localhost/AAA/YYY/file3.html
http://localhost/BBB/file1.html
http://localhost/BBB/file2.html
http://localhost/BBB/XXX/file3.html
I want to know only the number of access for "AAA" and "BBB" sub-directory level.
Would you advise me on how to do this?
I want to know the number of accesses grouped at the sub-directory level.
For example, if there are some access to the following URI,
http://localhost/AAA/file1.html
http://localhost/AAA/file2.html
http://localhost/AAA/YYY/file3.html
http://localhost/BBB/file1.html
http://localhost/BBB/file2.html
http://localhost/BBB/XXX/file3.html
I want to know only the number of access for "AAA" and "BBB" sub-directory level.
Would you advise me on how to do this?
Many thanks for your advice. I configured a new custom table for 1st level domain's statics. I got the one! And also, we could confirm that time-series from the report generated to Web server.