Problem with edit after adding htaccess+htpasswd
Posted: Sun Oct 19, 2008 6:07 am
Hi!
As I'm using Serendipity a second time for making a story, which is only a collection of some ideas and only me and some friends should read that, I've added to the top of the htaccess the following lines:
Leaving the rest untouched and uploaded the htpasswd.
It's not a big problem, but it's one which will get on my nerves some time in the future
After this change I have to logout and relogin to the administration every time I want to edit an entry. Any ideas? 
As I'm using Serendipity a second time for making a story, which is only a collection of some ideas and only me and some friends should read that, I've added to the top of the htaccess the following lines:
Code: Select all
AuthType Basic
AuthName "Restricted Directory"
AuthUserFile /dir_to_the/.htpasswd
require valid-user
It's not a big problem, but it's one which will get on my nerves some time in the future