Hi to all! Sorry to bother you, but i'm trying to make my flarum private for testing purposes. I'm struggling with apache authentication.
Here's the situation:
1. i have an empty document root with a "flarum" subdir with flarum beta4 freshly installed. Everything work like a charm.
2. i put a custom .haccess with his fellow .htpasswd inside the empty document root with the following lines:
AuthName "Secure Area"
AuthType Basic
AuthUserFile /path/to/.htpasswd
require valid-user
Allow from all
...and everything SEEMS to work fine, Apache it asks me for the login and after that I can freely browse my flarum. But when it comes to post a new discussion the system keeps asking me for authentication (Apache auth, not flarum's) and there's no way to go ahead. Can anyone please give me a tip to solve this issue?
Thank you in advance,
:-)