301 redirecting to new domain - Joomla! Forum - community, help and support
hi everyone,
i have problem 301 redirecting new domain. bought new domain , old 1 still parked on hosting account. have trouble redirecting new domain, used following code in htaccess file without success.
rewriteengine on
rewritecond %{http_host} ^olddomain.com [nc,or]
rewritecond %{http_host} ^www. olddomain.com [nc]
rewriterule ^(.*)$ http://newdomain.rs/$1 [l,r=301,nc]
i want way because of google webmaster tools, , preserve solid positions in google search.
i tried many different codes saw on various forums without success.
can me? appreciate greatly.
i have problem 301 redirecting new domain. bought new domain , old 1 still parked on hosting account. have trouble redirecting new domain, used following code in htaccess file without success.
rewriteengine on
rewritecond %{http_host} ^olddomain.com [nc,or]
rewritecond %{http_host} ^www. olddomain.com [nc]
rewriterule ^(.*)$ http://newdomain.rs/$1 [l,r=301,nc]
i want way because of google webmaster tools, , preserve solid positions in google search.
i tried many different codes saw on various forums without success.
can me? appreciate greatly.
the 301 redirect code in .htaccess depends server configuration, better ask host that.
Comments
Post a Comment