Recently i have moved my domain to https but in google search posts showing both http and https affecting SEO and when i search site:newkannada.com showing my other domain content..
my htaccess content
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
Options -MultiViews
RedirectMatch 301 ^/[0-9]{4}/[0-9]{2}/([a-z0-9\-/]+) http://ift.tt/2lKjPxc
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/.]+)/?$ $1.html [L,R=301]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Any help ?
Thanks in Advance website in google search
Aucun commentaire:
Enregistrer un commentaire