HostOnNet Blog

301 Permanet redirection using .htaccess

Looking for Linux Server Admin or WordPress Expert? We can help.

301_htaccess_redirect

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]

About Vineesh Mohan

A Technical Support specialist with strong customer service and good communication skills. I live in the city of Cochin, which known as the Queen of Arabian Sea.
Posted in Cpanel Server, Linux

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.