Sunka
Well-known member
I have https, and my site run on nginx.
https is working, all http is redirected to https, but if I link word in post with my forum link without http/https, after saving post, result is that xenforo automatically put http but not https in front of link. I tried to add $_SERVER['HTTPS'] = 'on'; in config.php file, but result is same.
example (raw bbcode):
After post is submitted:
https is working, all http is redirected to https, but if I link word in post with my forum link without http/https, after saving post, result is that xenforo automatically put http but not https in front of link. I tried to add $_SERVER['HTTPS'] = 'on'; in config.php file, but result is same.
example (raw bbcode):
Code:
[URL='www.pijanitvor.com']Test link[/URL]
After post is submitted:
Code:
[URL='http://www.pijanitvor.com']Test link[/URL]