
Originally Posted by
Schoonbeek
All of the .HTACCES codes doesn't work, maybe it is becaush of the standard code Joomla has implemented in there .HTACCES files.
The only thing I can do what will work is mention all the url's and redirected them manually with .HTACCES like Pokerworkx said. But it is a lot of work :P
This should work: open joomla .htaccess and put these two lines
Code:
RewriteCond %{HTTP_HOST} ^domain\.com
rewriterule (.*) http://www.domain.com/$1 [R=301,L]
after
Code:
RewriteEngine On
RewriteBase /
If it doesn't, please tell us what is the error message.