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…
SOLVED: Apache 2 PHP 7 FCGID not allowing / removing / stripping custom HTTP Headers
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI recently had a problem where I could not get any custom HTTP Headers passed to my PHP Script. It seems that Apache 2 running PHP 7 with FCGID would not allowing and removing or tripping all custom HTTP Headers.…