Hi jeces,
the recommended stats method is “use WP Permalinks”. If you use this method then you need to activate a permalink structure other than the default one (see more about Permalinks).
After activating a non-default permalink structure the root folder of your blog should contain a .htaccess file. If there is no such file then you might consider creating such a file manually before you try to select a non-default permalink structure.
I have same problem. Already checked my .htacess, I belevieve that It’s fine:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /site/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /site/index.php [L]
</IfModule>
# END WordPress
I think that is bad configuration is because my wordpress is at subdomain. Any suggestion?
see a post with podcast http://work.adm.br/site/como-prevenir-reclamacoes-trabalhistas
Thanks for your attention
obs: I do not will use stats to solve this problem.
My problem was because of the latin caracteres.
See the archive name with error:
001 – Contratação e pagamentos.mp3
I replace with:
001_contratacao_e_pagamentos.mp3
Now the statiscts work fine.
Thanks for the report.
It is interesting to know that non-ASCII characters can apparently cause such a problem.