i have wearied problem. My site does not load on mobile devices. I got error message "ERR_TOO_MANY_REDIRECTS". Site loads perfectly on desktop. There is no redirect in .htaccess file. Can anybody tell me what can be the problem?
Hello there, I've seen this happen on sites that have been compromised, they have the injection set to only target mobile users. Check your sites files for anything suspicious, run a WordFence scan. You can also use a browser plugin to "trick" your site to showing you the mobile version on your desktop. I use one called "Go-Mobile" for FF. Regards, Chris
Imagine you're using a Load Balance, you need to change the redirect code in .htaccess file: RewriteEngine on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] Code (markup): If not, check with a website head info tool by entering your destination URL such as http://www.webconfs.com/http-header-check.php If there's a redirect then double check your .htaccess config, if not you might need to make further dig on website source.
Hey, The mentioned error that you are getting because you have specified unnecessary URL redirect, if you are using any control panel like cpanel check you have specified any redirect option there also, check in your database base/home/site url(for example if you have a wordpress site) that you have correctly specified the URL. Moreover, check your .htaccess and confirm you are not dealing with more than one url redirect.