Configure Awstats Apache Params to Show Valid URI in Typo3

Sivakumar V

17 sec read

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.

Related posts:

Leave a Reply

Your email address will not be published. Required fields are marked *