Page 1 of 1

Profile-pic & gallery of Vivian [8] have vanished

Posted: Sat Dec 17, 2016 4:02 am
by Johray1
Missing profile- and gallery-pic(s) of Vivian [8]


[IMG]http://img295.imagevenue.com/loc450/th_33670_Vivian_8_123_450lo.jpg[/IMG]

!sad!

PS: Checked several other profiles; thankfully they appear unaffected...


Re: Profile-pic & gallery of Vivian [8] have vanished

Posted: Sat Dec 17, 2016 7:47 am
by Tederoni2
This was mentioned in another thread, but it has to do with "https" in the address. It should be "http" (NO S).
It works fine without the S. Try it.

Re: Profile-pic & gallery of Vivian [8] have vanished

Posted: Sat Dec 17, 2016 4:27 pm
by Johray1
Tederoni2 wrote:

> This was mentioned in another thread, but it has to do with
> "https" in the address. It should be "http" (NO S).
> It works fine without the S. Try it.
-----------------------------------------
Yes, it does... Thanks! !wink!


Re: Profile-pic & gallery of Vivian [8] have vanished

Posted: Sat Dec 17, 2016 8:27 pm
by deezer
I have this issue since a few days also.
When searching an actress or a film via google, some of the results were
displayed as https links. Good to know now, how to get the galleries working:-)

@egafd

Posted: Sat Dec 17, 2016 8:30 pm
by lgwin
The reason for this is google:

[IMG]http://thumbnails117.imagebam.com/52122/06aea7521212179.jpg[/IMG]

It occured to me to, but I figured it out somehow.

A quick fix would be to alter the .htaccess in the main www root:

Something like this should work:

RewriteEngine On
RewriteCond %{HTTPS} !=off
RewriteRule ^ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]