Recent content by csasikhr

  1. C

    please help me deal with failed address transfer verification

    I have provided htaccess on my old domain, aiming at the new domain now. but in GSC it still doesn't read my page, why is that? I have asked the hosting but their answer is that the 301 redirect that I did is correct I use the following htaccess script RewriteEngine on RewriteCond %{HTTP_HOST}...
  2. C

    help me

    I have tried using the code you provided, but got the same result
  3. C

    help me

    I don't use DNS for domain settings, I use name servers for pointing domains
  4. C

    help me

    OK, I'll try it and I'll tell you the latest update I will try the .htaccess code above and I will let you know as soon as possible with the update I will try the .htaccess code shared above
  5. C

    help me

    i have created a redirect like this RewriteEngine on RewriteCond %{HTTP_HOST} ^olddomain.com [NC,OR] RewriteCond %{HTTP_HOST} ^www.olddomain.com [NC] RewriteRule ^(.*)$ https://www.newdomain.com/$1 [L,R=301,NC] and for both domains they are in the same GSC account What else should I pay...
  6. C

    help me

    help me Why is it that when I want to validate my old website and move it to a new domain it's always like this, I've tried to find a solution but I can't find it and I've tried changing landings and still with the same result, when I want to validate it, I've installed the .htaccess script with...
Back
Top