Quote Originally Posted by Spetsnaz View Post
site url? and because there is diffrent kind of SSL also
Quote Originally Posted by soft2050 View Post
When you buy a ssl certificate. You must not link to a http:// page.
All url should start with https:// otherwise it will show like that
This is my setting on .htaccess, if not i need to type https manually

RewriteEngine On
RewriteCond %{SERVER_PORT} !443
RewriteRule (.*) https://proxy.shimory.com/ [R]