301 Redirect Using Unix Server
You can follow these simple step for a 301 Redirect on your website using a Unix server:
* Create or locate a .htaccess file on your server. Your .htaccess file gives search engine robots instructions on security and redirects.
* If you don’t have an .htaccess file on your server, you can easily create one using a text file. Name it “.htaccess”
* If there is already an .htaccess file scroll down past the code that is already there and begin your new redirect instructions.
* Put in your redirect information, which should look like this:
redirect 301 /directory/file.html http://www.domainame.com/directory/file.html
* Note: The first part “/directory/file.html” is the location of the file being moved and the second part “http://www.domainame.com/directory/file.html” is where the file is being moved.
* Upload the file to your server.

















Leave a Reply
You must be logged in to post a comment.