Hi David,
Thank for the reply... I already fix the problem... was 2 things:
1- I had a regex on my .htaccess that was deleting some query strings
2- All my domain links was like: "domain.com" instead of "
www.domain.com" (thats why I created the regex above). After I got this regex working correctly, I had the same problem. To fix it I just change in the configuration joomla file which is in the root of the website, to instead of use just domain.com to use
www.domain.com.
Thanks,
Mario Phillips