Forum Replies Created
-
If there are never supposed to be loaded directly by the browser maybe we could also deny the access by another .htaccess config:
<Limit GET POST”>
order deny,allow
deny from all
</Limit>
Why don’t you add those .htaccess files in the repository. They will ensure security and they will not hurt on other servers than apache.
If there are never supposed to be loaded directly by the browser maybe we could also deny the access by another .htaccess config:
<Limit GET POST”>
order deny,allow
deny from all
</Limit>
Why don’t you add those .htaccess files in the repository. They will ensure security and they will not hurt on other servers than apache.
In reply to: Plugin allow-images.php, how do I get it to work?forget my last post. I’ve updated the allow-images plugin instead of creating a new one.
In reply to: Plugin allow-images.php, how do I get it to work?I’ve added a new plugin as allow-images is now deprecated:
https://bbpress.org/plugins/topic/allow-images-2/
get it from here :
Hi,
I had the exact same problem and found a solution after investigations:
Bbpress knows it is integrated to wordpress so it set both its own cookies and the WP cookies. But on the other side, WP does not know bbpress is integrated so it only set its own cookies and forget to set BBpress cookies as well.
How to fix it will you ask…
Well, install this plugin in WP:
https://wordpress.org/extend/plugins/bbpress-integration/
And voilĂ ! Just logout and re-login after the plugin installation to make it work.