This is what I did:

Add a line in public_html/.htaccess

RedirectMatch temp ^/$ http://www.yourdomain.com/yoursubdomain/

There are other ways to redirect. This works for me.

loop4ever