After renaming example.htaccess on Kohana directly after copying the files to the www server, you receive an ‘access denied’ of ‘forbidden’.

image

The solution is to enable FollowSymlinks in the httpd.conf.

So, in the Uniform Server you go to the Server Configuration:

image

Click Apache:

image

Edit httpd.conf

image

Somewhere around line 292 add FollowSymlinks:

image

Save. Stop Apache and Start Apache. And lo and behold:

image