I want to move the content pages of my site and also want to change the name of them and I dont want to lose the benefit of already indexed pages by search engines. How it could be done without losing traffic.
specter
9:54 am on Apr 9, 2005 (gmt 0)
Put a redirect command from the existing pages to the new ones while they will be indexed.
Longhaired Genius
10:02 am on Apr 9, 2005 (gmt 0)
Assuming your site uses Apache as a server you can redirect traffic to your new pages using mod_rewrite in a .htaccess file. There's plenty of information on this in the Apache Web Server [webmasterworld.com] forum.
Welcome to Webmaster World.
kodaks
12:56 pm on Apr 9, 2005 (gmt 0)
Welcome to Webmaster World!
This thread may assist you in making page redirects: [webmasterworld.com...]
sanjeeb
6:40 am on Apr 12, 2005 (gmt 0)
Thanks to reply but put the redirection command on the existing page is not the solution of my problem. actually I want to redirect from url [mysite...] to [mysite...] through ISAPI How it could be done