Hello,
I bought a new domain name and do a 301 redirect in cpanel from my old domain name to my new domain name.
The problem is that the redirect only works with firefox and not with chrome or iexplorer.
Here is my .htaccess:
I also tried with a redirect checker online and it seems not to work.
Can you help me please?
Thanks
I bought a new domain name and do a 301 redirect in cpanel from my old domain name to my new domain name.
The problem is that the redirect only works with firefox and not with chrome or iexplorer.
Here is my .htaccess:
Quote:
RewriteCond %{HTTP_HOST} ^myoldwebsite\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.myoldwebsite\.com$ RewriteRule ^(.*)$ "http\:\/\/www\.mynewwebsite\.com\/$1" [R=301,L] |
Can you help me please?
Thanks