Here is the quick tip to configure awstats in Typo3. This will enable Top 25 section to show valid URI.
In general it will show link as ([path][title] –[uid]) format, but lets try to show full URI.
All you need to do is:
Configure Apache page names as show below
[source]
config.stat = 1
config.stat_apache = 1
config.stat_apache_logfile = awstatslog_typo3.log
config.stat_apache_pagenames = [request_uri]
[/source]
Please place this in template setup.
Hope you liked it.