Kohana v3.03 reset
A reset of my Kohana v3 tutorial Continue reading
A reset of my Kohana v3 tutorial Continue reading
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