Bugs and Error 404 in Crawel
-
Hi. I hope WordPress admins will see my message. This plugin has many bugs! I noticed that Google could not crawl my site! The problem was with this plugin and I disabled it and the problem was solved. I also checked with https://check-host.net/check-http tool.
Check the sites that use this plugin right now with this tool, you will see server error 404!
I’m sorry, this plugin caused serious damage to my site’s SEO!
True htaccess file:
RewriteCond %{HTTPS} !=on [NC]
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]Reall SSL Wrong Code htaccess:
RewriteEngine on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/ RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
- The topic ‘Bugs and Error 404 in Crawel’ is closed to new replies.