URL Mapping - ApacheCon 2005
RedirectMatch
  • Redirect, but with regexes

    
     RedirectMatch [sS]upport(.*) http://www.coopermcgregor.com/support/
     Redirectmatch [dD]r[Bb]acc?h?us.* http://www.drbacchus.com/
     RedirectMatch (.*) https://otherserver.com$1
    
      

  • This seems like a good time to talk about regular expressions

Index
Back to Redirect and Alias
Forward to Regular Expressions

ApacheCon 2005 : URL Mapping - Slide #11 of 45