Hello,
I am having an issue with JomComment and Pagination in while using JoomSEF. I am not sure if the error is with JomComment or JoomSEF, but since this problem doesn't exist when you turn off JoomSEF I thought I would start here.
We have a site, where the SEF url for example is
the real url is:
index.php?option=com_content&catid=2&id=43&view=article&Itemid=48
JomComment wants to have a url like this:
/information/something?cpage=20
However, all links are changed to:
Note that the subdirectory is taken off. Checking the SEF urls, it is adding this entry via JRoute
/something -> index.php/information/something&cpage=20?option=com_content&view=frontpage&Itemid=48
note that the location of the cpage variable is off.
I've tried changing the settings on the component in JoomSEF and exclude cpage as a variable to SEF but nothing seems to work. Any ideas?