×
Jul 23, 2018 · So I need to redirect the HTTP protocol to https, my SSL is already enabled and working, but the problem is: Whenever I enter an HTTP URL, I get ...
People also ask
Feb 24, 2011 · Try something like this (should work for Apache and IIS): if (empty($_SERVER['HTTPS']) || $_SERVER['HTTPS'] === "off") { $location ...
Missing: 51473515/ | Show results with:51473515/
Jun 29, 2017 · I'll suggest implementing this PHP code in the top of each file: if(empty($_SERVER['HTTPS']) || $_SERVER['HTTPS'] == "off"){ $redirect ...
Missing: 51473515/ | Show results with:51473515/
Nov 10, 2021 · It redirects to http, instead of https. I should be able to use the full url path to correct this, but we run from different urls and I don't ...
Missing: 51473515/ index-
Feb 1, 2016 · My domain configuration file was incomplete, my website-ssl.conf was missing the AllowOverride All directive, this is why it was all working ...
Missing: 51473515/ instead-
Jun 15, 2017 · The .htaccess file taking care of all the redirects (www or not, https or not) is over-engineered. It seems like the final domain should ...
Missing: 51473515/ | Show results with:51473515/
Dec 25, 2012 · Hey i'm using codeigniter and added rewrite rules to remove the index.php from the url which works fine. However, i've added a rule to redirect ...
Missing: 51473515/ instead-
Sep 17, 2008 · I've got just one page that I want to force to be accessed as an HTTPS page (PHP on Apache). How do I do this without making the whole directory ...
Missing: 51473515/ | Show results with:51473515/
Mar 14, 2015 · How about like this: Have a function that will check the protocol of the website: function is_https() { if (isset($_SERVER['HTTPS']) and ...
Missing: 51473515/ | Show results with:51473515/
In order to show you the most relevant results, we have omitted some entries very similar to the 9 already displayed. If you like, you can repeat the search with the omitted results included.