: Reindex site with http while waiting https certificate validation I was unable to ask the renewal of an https certificate before its expiring date and now I have to wait 3-4 day for its validation.
I was unable to ask the renewal of an https certificate before its expiring date and now I have to wait 3-4 day for its validation.
When users find my site in Google Search, the link is with https, and they obviously get an error (ERR_CONNECTION_CLOSED in Chrome).
Is there any kind of workaround to prevent this, and to make the http site reachable from Google?
The site is registered in the search console with the https url, it would be helpful to register it again with the http one?
More posts by @Cooney921
1 Comments
Sorted by latest first Latest Oldest Best
Why don't you add some rewrite rules in .htaccess to redirect https to http
Then you can remove or reverse it and redirect http to https when your certificate is renewed.
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) %{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.