How can I remove the “index.php”-text from my URL when I use the anchor()-function? Or isn’t it possible?
<p><?=anchor('overview/comments/' . $row->id, 'Comments')?>
// <p><a href="http://domain.net/index.php/overview/comments/1.html">Comments</a>
*** I’m using .htaccess to remove “index.php” from my URLS, but it seems to stay whenever I use anchor()-function.
