When I use the \[code\]form:pen\[/code\] in Kohana 3, I get this\[code\]<form action="/my-site/index.php/bla" method="post" accept-charset="utf-8"> \[/code\]Nowhere on my site do I rely on the index.php being there. I think it looks ugly. Is there an easy way to remove the index.php from it. Obviously I know I could do a \[code\]str_replace()\[/code\], but I thought there may be a more elegant way?