SOLVED: nginx http to https redirect loop cloudflare ssl

RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI was recently working on setting up http to https redirects for multi domain site. Using Nginx I added the redirect rule as below: rewrite ^ https://$host$request_uri? permanent; But no matter no what I did it would redirect to https…

How to: QR Code – Multi Platform – Apple App Store and Android Google Play Store – redirect PHP

RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineBelow is a simple PHP script to detect the users device type and then redirect them to the appropriate Apple iTunes App Store or Google Play store – in my case I actually just give the Android User the APK…

How to: CentOS, Virtualmin – htaccess rewrite index.php, redirect .php to no extension, rewrite non .php to .php

RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineHere is a quick guide on how to 1.  rewrite index.php to root 2. redirect .php to no extension (non .php) 3.  rewrite non .php to .php using a .htaccess file To do this the order of the rules in…