Creating a content controller using Kohana v3.0
These are the things I needed to change on .httacess to have kohana default files working before creating my first controller: # Turn on URL rewriting RewriteEngine On # Installation directory RewriteBase /kohana/ # Protect hidden files from being viewed <Files .*> Order Deny,Allow Deny From All </Files> # Protect… Continue reading