<?php // this is the IP address that www.bata.com.sg resolves to $server = '194.228.50.32'; $host = 'www.bata.com.sg'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $server); /* set the user agent - might help, doesn't hurt */ curl_setopt($...
Firefox :The page is not well redirected Chrome :ERR_TOO_MANY_REDIRECTS I already tried to change this in/application/config/config.php $config['uri_protocol'] ='AUTO'; With all others values but none of them worked. I also tried to delete my.htaccesswithout success. .htaccess <IfModule ...
The steps for resolving this redirect issue will vary based on what you’re using. For example, Chrome users can disable this redirect by heading to chrome://net-internals/#hsts:Check your browser for automatic HTTPS redirects.Next, scroll to the following section, Delete domain security ...
Installing XAMPP allows you to develop, test, and play around with web server code on your local machine. You can configure and test out your website locally, instead of live somewhere on the web. It does have the drawback that to access your website you have to typelocalhost/my-web-si...
# #MIMEMagicFile conf/magic # # Customizable error responses come in three flavors: # 1) plain text 2) local redirects 3) external redirects # # Some examples: #ErrorDocument 500 "The server made a boo boo." #ErrorDocument 404 /missing.html #ErrorDocument 404 "/cgi-bin/missing_handler...
You can see that even though the browser immediately redirects to https:// not even hitting the server - it looks like it's creating a fake redirect on the client as the server is not automatically redirecting. If you go to this same site when no HSTS caching is activ...