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.

Redirect Strage Problem

Discussion in 'CSS' 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