members page pagination links wrong

Permalink
Something seems to be wrong with my <?php echo $userList->displayPaging()?> function on my Members page. It appears to display fine, but the links ( << Previous 1,2,3,4 Next >> ) are broken - no domain:http://index.php?etc

http://www.ukierileadership.in//index.php?cID=110...

Oddly, they work fine only when logged in as admin. Any suggestions for how I can fix this so it works for everyone?

Architela
 
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
Your error is caused by the double forward slash in your url,
This http://www.ukierileadership.in//index.php?cID=110...
Should be this http://www.ukierileadership.in/index.php?cID=110...
Architela replied on at Permalink Reply
Architela
Hi Weyboat. Thanks for replying, but I don't know how that extra slash got there or how to remove it. ???

Edit: There does seem to be an extra slash in some of my nav block links, so maybe that's all it is? Hope so! Thanks!
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
I would look in the config/site.php file and your htaccess file for a start.
Let us know how you get on..