Quote Originally Posted by danilovig View Post
I was using "ultimate seo"
Note that currently ssu does not understand links generated from ultimate seo url. You may give it a try by modifying this file:

includes/classes/ssu/cores/parser.php

Find this
PHP Code:
static protected function getID($string$delimiter){ 
Insert right after that line:
PHP Code:
$string str_replace('.html'''$string); 
I have never tested that before though, let me know how it go.