Can I redirect an .asp page coming into the site?

0 views
Skip to first unread message

Danjojo

unread,
Nov 19, 2009, 11:50:24 AM11/19/09
to UrlRewrite
I want to redirect an .asp page coming into the site to our new java
home page.

<rule>
<from>^/store/([^/]+)/affil.asp</from>
<to>^/store/$1/home.do</to>
</rule>


But it is not working. What do I need to do?

Danjojo

unread,
Nov 19, 2009, 3:17:14 PM11/19/09
to UrlRewrite
For starters I understand I it works a little differently now.. so the
<to> line should be;
<to>/store/$1/home.do</to>

Reply all
Reply to author
Forward
0 new messages