i have problem in uri , i am using this
<a href='projects/index/{id}' rel="lyteframe">{code}</a>
first time it goes correctly, and uri becomes
http://localhost/project/index.php/projects/index/5
when i second time clink on it then uri becomes, then it concatenates with previous one and becomes
http://localhost/project/index.php/projects/index/5/projects/index/6
can some one tell me how to get rid of this ??
Thanks
