Hi,
when I am on a page, with a URL like:
http://localhost/index.php/users/index
and I have a HTML <a> tag with a href of "users/add"
when I click on the link it takes me to the following URL:
http://localhost/index.php/users/users/add
it does not remove the controller name???
BUT when I am on:
http://localhost/index.php/users/
it goes to the right URL:
http://localhost/index.php/users/add
any ideas welcome.













