I just only guess:
Rename your main directory “site
” to something else (e.g. “mysite
” or “site1
”).
Then change this in your file .htaccess
also, e.g.:
RewriteRule ^/?$ "http\:\/\/www\.alexanderkucera\.com\/site\/" [R=301,L]
to
RewriteRule ^/?$ "http\:\/\/www\.alexanderkucera\.com\/mysite\/" [R=301,L]
Good luck!
Hint:
I think, you must not name the main directory, in which you have copied the “Kirby …kit”, with the name of any directory direct in it, like “content”, “kirby”, “site” etc.