Re: Simple SEO URL [support thread]
What you can do, is to try replacing all & by & using str_replace at the end of the function ssu_link in that same file, something like this
$link = str_replace('&', '&', $link);
Do it right before
return $link;
Just a note, I have not checked it yet, so use t your own risk. I will look into this issue more carefully in the next version.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me