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...
Profile-pic & gallery of Vivian [8] have vanished
Re: Profile-pic & gallery of Vivian [8] have vanished
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.
It works fine without the S. Try it.
Re: Profile-pic & gallery of Vivian [8] have vanished
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!
> 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
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:-)
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
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]
[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]