Joomla Redirect Strange Problem !

Discussion in 'Joomla' started by mlao, Jun 24, 2010.

  1. #1
    Hi All

    I have a redirect strange problem...
    I was have a static site and now I renew it and use Joomla. Before when I have the static site I use this code for redirect on my .htaccess. :)
    Options +FollowSymlinks
    
    RewriteEngine on
    rewritecond %{http_host} ^thenewagetraveler.com [nc]
    rewriterule ^(.*)$ http://www.thenewagetraveler..com/$1 [r=301,nc]
    Code (markup):
    Everything was find but now that I use Joomla, this code is not working the way it use to be.
    Example:
    Before when a page like
    http://thenewagetraveler.com/asia-travel-guides.html
    was automatic redirect to
    http://www.thenewagetraveler.com/asia-travel-guides.html
    And that is what I want, now when you browse http://thenewagetraveler.com/asia-travel-guides.html
    is redirect you to http://www.thenewagetraveler.com
    Why that happens? Do I miss something here? :confused:
     
    mlao, Jun 24, 2010 IP
  2. fqqs

    fqqs Peon

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    is SEF turned on or off in AP ?
     
    fqqs, Jun 27, 2010 IP
  3. mlao

    mlao Active Member

    Messages:
    321
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    Solved, it was just a code issue...
     
    mlao, Jun 27, 2010 IP