Friends at Cp Webhosting please tell me how to implement the 301 redirect to redirect the webpages?
__________________
Tosh
Dedicated Hosting
To create a .htaccess file, open notepad, name and save
the file as .htaccess
If you already have a .htaccess file on your server,
download it to your desktop for editing.
download it to your desktop for editing.
__________________
wipr
Wipro Dedicated Servers
wipr
Wipro Dedicated Servers
what is .htaccess file?
__________________
Tosh
Dedicated Hosting
Tosh
Dedicated Hosting
The .htaccess file contains specific instructions for certain requests, including
security, redirection issues and how to handle certain errors.
security, redirection issues and how to handle certain errors.
Place this code in your .htaccess file:
redirect 301 /old/old.htm http://www.you.com/new.htm
If the .htaccess file already has lines of code in it,skip a line, then add the above code.
Save the .htaccess file
Upload this file to the root folder of your server.
Test it by typing in the old address to the page you’ve
changed. You should be immediately taken to the new
location.
changed. You should be immediately taken to the new
location.
