Avatars images aren't displayed to Wp

User avatar
tasos
Posts: 1
Joined: Sun Oct 15, 2017 9:21 pm

Avatars images aren't displayed to Wp

Post 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?
User avatar
kaspir
Moderator
Moderator
Posts: 88
Joined: Mon Mar 20, 2017 2:38 pm
Location: USA
Contact:

Re: Avatars images aren't displayed to Wp

Post 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.
Image
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads. :P
Post Reply