htaccess ile aşağıdaki kod işinizi görecektir.

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^siteniz.com [nc]
rewriterule ^(.*)$ http://siteniz.com/index.html/ $1 [r=301,nc]