Page 1 of 1

Avatars images aren't displayed to Wp

Posted: Sun Oct 15, 2017 9:34 pm
by tasos
Hi First of All Congratulations for this great plug in. ;)

I have enable the feature for phpBB Avatar to Replace Wordpress avatar and i even edited the .htaccess file(as insctuctions say) but still nothing.

I am testing in localhost this plugin.

Here the code from the .htaccess file

Code: Select all

<Files *>
	Order deny,allow
	Deny from All
	Allow from 127.0.0.1
        Allow from ::1
</Files>
Any Help?

Re: Avatars images aren't displayed to Wp

Posted: Mon Oct 16, 2017 8:49 am
by kaspir
Mine looks like this in phpbb/image/avatars/upload/.htaccess

Code: Select all

SetEnvIf Referer mydomainname.com internal

Order deny,allow
Deny from all
Allow from env=internal

edit// I just remembered, I also think the user must sign in thru WP widget one-time in order for each to work property. Alessio will confirm on that when he reads this.