URL Mapping - ApacheCon 2005
Redirect examples
    
     Redirect /kenya http://kenya.rcbowen.com/
    
      
    
     RedirectMatch [Ss]arah http://sarah.rcbowen.com/
    
      
  • Redirects sarah and Sarah

    
     RedirectMatch drbacc?h?us http://www.drbacchus.com/
    
      

  • Redirects common mispellings of drbacchus

  • Note that this is redirecting then from http://someserver.com/drbacchus/ to the other server. It is not magically redirecting misspelled domain names.

Index
Back to Regular expressions
Forward to Redirecting your site to https

ApacheCon 2005 : URL Mapping - Slide #16 of 45