To create a .htaccess file, open notepad, name and save the file as .htaccess (there is no extension). If you already have a .htaccess file on your server, download it to your desktop for editing. Place this code in your .htaccess file and Save the .htaccess file and Upload this file to the root folder of your server. If you want to redirect old page name to new page name. Do following. Redirect 301 /oldpage.html http://www.you.com/newpage.html Other ways to implement the 301 Redirect: To redirect... more







