301 redirect using ISAPI

Hi there,

I have site that I just launched and it is running on a Windows server - not something I am familiar with. I contacted the hosting company and they told me that they have Isapi_rewrite installed and that I should do the redirects using a .htaccess file. I have done .htaccess redirects before, but not on a Windows server. I have been looking around for the right rule to write and have been trying different things with no success.

Here’s a page from the old site:
http://www.lincolncenterobgyn.com/gynofaq.htm

Here’s the new page:

I would be very grateful for some assistance with what rule I am supposed to use.

thanks!

Suzy

You can simply use something like

Redirect 301 /gynofaq.htm /index.php/frequently-asked-questions-gynecology

Hi Chris, thanks for replying.

Well, I tried that and it is still there: http://www.lincolncenterobgyn.com/gynofaq.htm

Was there anything else I am supposed to add like starting it with " RewriteEngine on "?

Thanks!

To redirect one page to another page:
Redirect /gynofaq.htm http://www.lincolncenterobgyn.com/index.php/frequently-asked-questions-gynecology/