Script help - newbie

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 3
Joined: 16 Mar 2012, 15:41

Script help - newbie

07 Mar 2013, 20:15

Can someone please, please tell me what is wrong with this script. The source of my rss.xml location was changed & I need the sctript to redirect to the new one. Many thanks!!! ... Chris

RewriteRule /phsa/extfeeds/(.*) http\://feeds.phsa.ca/$1 [I,RP]

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: Script help - newbie

08 Mar 2013, 20:51

Hello,

this rule looks like it's from ISAPI_Rewrite 2, not 3. Can you confirm that it is 3?
I'd use the following rule if it was ISAPI_Rewrite 3:

Code: Select all
RewrietEngine on
RewriteBase /

RewriteRule ^phsa/extfeeds/(.*) http://feeds.phsa.ca/$1 [NC,R=301,L]


Regards
Andrew

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 13 guests