Is there possibility to change all links and protocol to https?
I have a lot of mixed content And I do not want change manually all the files
https://tibiaservers.net/forum2/
Someone wrote, this would make it
Force HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
but it provides redirect loop.
Is there somewhere in options - constant to change to achieve change to SSL?
Is there possibility to change all links and protocol to https?
I have a lot of mixed content And I do not want change manually all the files
https://tibiaservers.net/forum2/
Someone wrote, this would make it
````
Force HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
````
but it provides redirect loop.
Is there somewhere in options - constant to change to achieve change to SSL?