View Single Post
Old 11-17-2021, 02:22 PM  
zerovic
Confirmed User
 
zerovic's Avatar
 
Industry Role:
Join Date: Apr 2010
Posts: 1,084
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.
zerovic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote