A given page is being tracked as two separate pages due to trailing slashes in the URL. For example:
/login
/login/
Is there any way to make Matomo recognize that the two URLs are actually a single page?
Actually this are two different URLs and should be counted independent.
Example:
/login -> /login
/login/ -> /login/index.html or index.htm
Hi @agendartobias AFAIK there isn't a way yet to recognise the two URLs as a single page. It's unlikely we'll work on this as it is technically two different URLs. However, I'll keep the issue open as someone should be able to implement this feature in a plugin without too much effort. Happy to guide them in the right direction if someone is keen.