I am looking to redirect a url but its giving error, we are using ISAPI on our windows server This is the url i am trying to redirect, but its not redirecting. the problem is multiple dots.
RewriteRule ^keyword1/2\.\.?$ http://www.domain.com/keyword/21212.htm [R=301]
in the above instance it is not escaping the dots
The other url I am having issue is
RewriteRule ^keyword1/2\.\.\./Product/21.htm http://www.domain.com/keyword/21212.htm [R=301]
I have again used escape characters for this one, but it doesn't seem to work. Can you please Help