Google Search Console showing mail.domain urls since moving to cloudflare

Answer these questions to help the Community help you get started.

What is the domain name?
[4icu.org](https://www.4icu.org/)

Have you searched for an answer?
yes

Describe the issue you are having:
Since we moved to cloudflare our Google Search Console is showing lots (thousands) of mail . 4icu . org... urls in the “Alternative page with proper canonical tag”. They are basically duplicate pages with the “mail” subdomain. I suppose that is because we experienced some redirecting loop issues at the beginning and we had to comment out our .htaccess redirecting policy below:

#RewriteEngine On
#RewriteCond %{HTTPS} !=on
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
#RewriteCond %{HTTP_HOST} !^www. 4icu . org$ [NC]
#RewriteRule ^(.*)$ http://www. 4icu . org/$1 [L,R=301]

Note: I had to add some spaces because I could not publish the forum post with links

Can anyone please advise how to avoid the cloudflare redirect loop (which settings to change) by uncommenting our .htaccess code above and revert to the previous status?
Alternatively, can anyone please suggest how to remove the issue of the thousands newly indexed mail.domain urls showing up in the Google Search Console Indexing sections?

Thanks for any help,

Cloudflare noob

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.