wordpress
Redirecting the main domain to an existing WordPress install
Configure your account to automatically redirect your primary domain to your WordPress site installed in a subdirectory.
This article describes how to redirect the primary domain to an existing WordPress installation.
For example, you might install WordPress into a subdirectory on your account for testing and development. Later on, however, you want to continue using this installation as the WordPress site for your primary domain. In other words, instead of going to http://www.example.com/wordpress-test to view the WordPress site, you want to be able to just go to http://www.example.com and see the WordPress site.
To do this, you can configure redirection in the .htaccess file in the public_html folder.
After you make these modifications, use your web browser to load your domain name (for example, http://www.example.com ). The WordPress installation should appear.