mysterious: htaccess-password and s9y-login
Posted: Thu Nov 09, 2006 9:50 pm
hello,
I have a blog which is on a public server, but only for testings. So I make a htaccess-passwd protection to the whole blog in the .htaccess after the s9y-stuff:
and now:
my browser asks me the htaccess-password and then I can view the blog. But s9y does not like my author-login anymore! "wrong username or password!"
removing the code above, all works perfect again.
I have a blog which is on a public server, but only for testings. So I make a htaccess-passwd protection to the whole blog in the .htaccess after the s9y-stuff:
Code: Select all
AuthUserFile /blog-path/.htpasswd
AuthGroupFile /dev/null
AuthName ByPassword
AuthType Basic
<Limit GET POST>
require user sankt
</Limit>my browser asks me the htaccess-password and then I can view the blog. But s9y does not like my author-login anymore! "wrong username or password!"
removing the code above, all works perfect again.