Links for “Sort by” on frontend are not SEF
Links for "Sort by" on frontend are not SEF
Hello,
The link for "Sort by" on component frontend are not sef, you should add a " / " in front of the url for make it absolute.
This link should be changed from:
to
Regards
The link for "Sort by" on component frontend are not sef, you should add a " / " in front of the url for make it absolute.
This link should be changed from:
<form action="index.php?option=com_communitypolls" method="post" name="adminForm">
to
<form action="/index.php?option=com_communitypolls" method="post" name="adminForm">
Regards
Access to viewing replies is restricted.
Showing 10 of 10 replies
You do not have permissions for replying to this topic.