04-20-2010, 09:57 AM
Hey JDBar, after reading your problem, searching for a bit and then testing the results on my own website, this seems to work: (replace the code your recently added in .htaccess with the following)
RewriteEngine on
Options FollowSymlinks
rewritecond %{http_host} ^jdbar.co.cc [nc]
rewriterule ^(.*)$ http://www.jdbar.co.cc/$1 [r=301,nc]
Good luck.
RewriteEngine on
Options FollowSymlinks
rewritecond %{http_host} ^jdbar.co.cc [nc]
rewriterule ^(.*)$ http://www.jdbar.co.cc/$1 [r=301,nc]
Good luck.