Hey,
I read a bit and this solution worked fine. I added these lines in the .htaccess. WP Install is on root.
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^$ /wordpress/ [R]
RewriteRule ^/index.html$ /wordpress/
RewriteRule ^/(.*)$ /wordpress/$1