Looks fine to me…
http://g16.nl/wp452/
.htaccess needed one update, total file contents:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wp452/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp452/index.php [L]
</IfModule>
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>