When I replied only the https loaded.
Now,
JuggyCams - Big tits webcam Girls and Huge Boobs cam Models - it loads, but it's not secured
JuggyCams - Big tits webcam Girls and Huge Boobs cam Models - loads, not secured
JuggyCams - Big tits webcam Girls and Huge Boobs cam Models ? - loads, not secured as it's the same as https://
https://www.juggycams.com - loads just fine, secured
if you have access to the .htaccess file, you should add something like this.
ps. please, if any of you know a better solution, reply
Quote:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>
|
This will force https:// and www. for every url.