I have a simple ISAPI rewrite rule that I need.

I need this single address:

http://www.myhost.com/campusNewsFeed.xml

to redirect to:

http://www.myhost.com/rssfeed.aspx


I appreciate your taking the time to answer this.

Thank you,
-Jay

Re: Simple ISAPI Rewrite by gerry

gerry
Tue Jan 31 13:53:49 CST 2006

simplest solution off the top :
configure your site in IIS to let .net handle .xml requests
then look for this request in Application_BeginRequest and rewrite the
url


"GloryFish" <jay@gloryfish.org> wrote in message
news:1138725630.150298.110900@g44g2000cwa.googlegroups.com...
> I have a simple ISAPI rewrite rule that I need.
>
> I need this single address:
>
> http://www.myhost.com/campusNewsFeed.xml
>
> to redirect to:
>
> http://www.myhost.com/rssfeed.aspx
>
>
> I appreciate your taking the time to answer this.
>
> Thank you,
> -Jay
>