.htaccess redirection

Discussion in 'Apache' started by inworx, May 14, 2007.

  1. #1
    inworx, May 14, 2007 IP
  2. lemaitre

    lemaitre Peon

    Messages:
    61
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This should do it:

    RewriteCond %{SERVER_PORT} ^80$
    RewriteCond %{HTTP_HOST} ^www\.domain\.com$
    RewriteRule ^/?$ https://www.domain.com [R=301,L]
    
    Code (markup):
     
    lemaitre, May 16, 2007 IP