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.

htccess redirect all request to www url under litespeed?

Discussion in 'Site & Server Administration' started by nadlerz, Jan 5, 2013.

  1. #1
    RewriteCond %{HTTP_HOST} ^phcorner.net[nc]
    RewriteRule ^(.*)$ http://www.phcorner.net/$1 [r=301,nc]


    That one didn't work.

    Any tips?
     
    nadlerz, Jan 5, 2013 IP
  2. nadlerz

    nadlerz Well-Known Member

    Messages:
    264
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    188
    #2
    This one works

    Could someone explain why?
     
    nadlerz, Jan 5, 2013 IP
  3. MilesWeb

    MilesWeb Well-Known Member

    Messages:
    869
    Likes Received:
    36
    Best Answers:
    7
    Trophy Points:
    173
    #3
    It is because in redirect rules the content before & after . (dot) should always be differentiated with a \ (slash)
     
    MilesWeb, Jan 5, 2013 IP