Thursday, 19 September 2013

Apache redirecting absolute url-s

Apache redirecting absolute url-s

I want Apache to redirect links in the page like <a href =
http://site.com/something> to <a href = http://site1.com/something>.
It works with relative URLs using RedirectMatch, but not for absolute.

No comments:

Post a Comment