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?