Kohana URLs including index on redirects and pagination
问题 I am having an issue with the KO3 core inserting index.php into my URL's when I use redirect Request::instance()->redirect('something'); or $paginationStuffHere->render(). The result of either of these is http://www.something.com/ index.php /something This is not an issue when I use full URL's for the redirects instead of relatives such as Request::instance()->redirect('http://www.something.com/something'); but there is not really a way to do this with the pagination functions... that I have