• Hi,

    I have redirected all my site and static page from https to http in .htaccess file using this code :

    # Redirect HTTPS to HTTP
    RewriteCond %{HTTP:X-Forwarded-Proto} =https
    RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    Except, my Yoast sitemap_index.xml page all the page and domain redirect from https to http. my sitemap_index.xml is viewable in both https and http version.

    Can anyone help me please.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Yoast sitemap_index.xml is viewable in both https and http version.’ is closed to new replies.