Avatars Not Working Everything Set Correctly

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Avatars Not Working Everything Set Correctly

Re: Avatars Not Working Everything Set Correctly

by kaspir » Wed May 24, 2017 5:27 am

Remember, the user has to login thru WP one-time-only, before their avatar shows up in 'last posts', at least that's how it is on mine.

Re: Avatars Not Working Everything Set Correctly

by SHTFM » Sun May 14, 2017 5:52 pm

OK the host finally told me why it would not work with the htaccess it was not calling from 127.0.0.0
It was a different IP and i will try that then let you know if it works :geek:

Re: Avatars Not Working Everything Set Correctly

by axew3 » Sun May 14, 2017 1:52 pm

Ehy, wow ;)

Re: Avatars Not Working Everything Set Correctly

by SHTFM » Sun May 14, 2017 1:51 pm

OK got it working again and had to change it all together since my server is cached and not served just from local

Changed it to

Code: Select all

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?your-domain\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ http://i.imgur.com/qX4w7.gif [L]

Re: Avatars Not Working Everything Set Correctly

by SHTFM » Sun May 14, 2017 12:22 pm

Ok that is weird now it is NOT working again

Re: Avatars Not Working Everything Set Correctly

by SHTFM » Sun May 14, 2017 5:41 am

Can you please make the topic title
Avatars Not Working Everything Set Correctly [SOLVED]
This helps many others when searching for the answer :D

Top