1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

.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