erikdubbelboer / phpRedisAdmin

Simple web interface to manage Redis databases.
http://dubbelboer.com/phpRedisAdmin/
3.11k stars 666 forks source link

.htaccess #181

Closed ger82 closed 2 years ago

ger82 commented 2 years ago

When I use a .htaccess File then I get the login Page everytime. I use the login credentials from config file but then I get Error user or Password are wrong. When I disable the .htaccess File everything works.

erikdubbelboer commented 2 years ago

It makes no sense to use both a .htaccess and a password on phpRedisAdmin? Both use the same authentication method do you can use only one of them.