Forum Moderators: open

Message Too Old, No Replies

301 redirect for an HTML page

how to have a 301 redirect for an HTML page

         

wsrinivas

10:13 am on Mar 3, 2010 (gmt 0)

10+ Year Member



HI Guys

I am looking to move some already indexed pages from my website.

and i have read that the best way to do so is a 301 redirect

how can i do this on a HTML page

[edited by: marcel at 10:30 am (utc) on Mar 3, 2010]
[edit reason] removed URL [/edit]

tangor

11:41 am on Mar 3, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Usually you do redirects from .htaccess (Apache). Suggest spending time at the Apache forum on this website.

edit: Duh! Sorry... see this is MS IIS... still is the same method but I do not know what it is as I have no experience with IIS.

marcel

3:42 pm on Mar 3, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi wsrinivas,

Depending on the situation you can use one of the following:

- ISAPI_Rewrite
- IIS rewrite module (IIS7 only)
- A module like urlrewriter.net
- or other options such as static rewrites

Could you give us the following info so we can better help:
- IIS Version?
- Shared Hosting or Dedicated/VPS?
- ASP, ASP.Net?