Tuesday, May 10, 2011

How to make redirect for some URL with parameters to other URL with different parameters

if ($args = "id=115&typeId=14") {
rewrite ^ http://www.example.com/main/newsfeed/xml?hash=gdsgsdgf permanent;
}

No comments:

Post a Comment