301 redirect is a permanent redirect from one URL to the other. This is the cleanest way to redirect a URL. Quick, easy, and search-engine friendly. Remember htaccess stuff is for Apache servers only.
You can use following code to redirect URL using .htaccess file .
RewriteRule ^(.*)$ "http\:\/\/www\.hostonnet\.com\/" [R=301,L]