{"id":100,"date":"2009-12-01T11:22:11","date_gmt":"2009-12-01T19:22:11","guid":{"rendered":"http:\/\/blog.portnumber53.com\/?p=100"},"modified":"2009-12-01T11:22:11","modified_gmt":"2009-12-01T19:22:11","slug":"removing-index-php-from-kohana-v3-urls","status":"publish","type":"post","link":"https:\/\/blog.portnumber53.com\/index.php\/2009\/12\/01\/removing-index-php-from-kohana-v3-urls\/","title":{"rendered":"Removing &#8220;index.php&#8221; from kohana v3 urls"},"content":{"rendered":"<p>Now that you have Kohana v3 installed, let&#8217;s remove &#8220;index.php&#8221; from all the URLs to help our SEO capabilities.<br \/>\nRename the file &#8220;example.htaccess&#8221; to &#8220;.htaccess&#8221; or merge its contents if you already have one in place.<br \/>\nYou should change the line:<\/p>\n<pre class=\"brush:plain\">RewriteBase \/kohana<\/pre>\n<p>to point to the folder where your &#8220;index.php&#8221; file is.<br \/>\nNext file you will change is &#8220;application\/bootstrap.php&#8221;.<br \/>\nYou need to change the line:<\/p>\n<pre class=\"brush:php\">Kohana::init(array('base_url' =&gt; '\/kohana\/'));<\/pre>\n<p>To:<\/p>\n<pre class=\"brush:php\">Kohana::init(array(\n    'base_url' =&gt; '\/',\n    'index_file' =&gt; '',\n));<\/pre>\n<p>My &#8220;index.php&#8221; file is not on a &#8220;kohana&#8221; folder, so I changed both &#8220;RewriteBase&#8221; and &#8220;base_url&#8221; to &#8220;\/&#8221;, as I am gonna user Kohana for all content (except static content).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Now that you have Kohana v3 installed, let&#8217;s remove &#8220;index.php&#8221; from all the URLs to help our SEO capabilities. Rename the file &#8220;example.htaccess&#8221; to &#8220;.htaccess&#8221; or merge its contents if you already have one in place. You should change the line: RewriteBase \/kohana to point to the folder where your&#8230; <a class=\"continue-reading-link\" href=\"https:\/\/blog.portnumber53.com\/index.php\/2009\/12\/01\/removing-index-php-from-kohana-v3-urls\/\"> Continue reading <span class=\"meta-nav\">&rarr; <\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[],"class_list":["post-100","post","type-post","status-publish","format-standard","hentry","category-kohana"],"_links":{"self":[{"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/posts\/100","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/comments?post=100"}],"version-history":[{"count":0,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/posts\/100\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/media?parent=100"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/categories?post=100"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/tags?post=100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}