The template thing didn't worked.
Also I disabled *all* the plugins (including vbseo)... didn't worked.
This is my .htaccess:
Code:
Options All -Indexes
ErrorDocument 404 /404.html
RewriteEngine On
RewriteRule ^category/([0-9]+).html/?$ index.php?category=$1 [L]
RewriteRule ^news/([0-9]+).html/?$ index.php?news=$1 [L]
RewriteRule ^all/?(.*)$ index.php?view_all&$1 [L]
RewriteRule ^print/([0-9]+).html/?$ index.php?news=$1&mode=print [L]
RewriteRule ^comments/([0-9]+).html/?$ index.php?comments=$1 [L]
RewriteRule ^author/([^<]+).html/?$ index.php?author=$1 [L]
RewriteRule ^sitemap.xml$ plugins/sitemap/index.php [L]
RewriteRule ^files/(.*)$ files.php?file=$1 [L]
RewriteRule ^feed/?$ index.php?feed=$1 [L]
RewriteRule ^sitemap/?$ index.php?site_map [L]
RewriteRule ^sitemap/pagina/(.*)$ index.php?site_map&p=$1 [L]
RewriteRule ^futbol/sudamericana/ficha(.*).html$ df/sudamericana/fichas/ficha$1.html [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.]+)/?$ index.php?category_name=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^<]+)/(?:[0-9]+-)?([^<]+).html/?$ index.php?news=$2 [L]