mysql dumper issue
Posted: Tue Oct 22, 2013 7:01 am
Hi,
I want to use mysql dumper database. For that i have applied password protected encryption. Before it was giving 404 error but later on modifying the roor htaccess files by adding
AuthName "MySQLDumper"
AuthType Basic
AuthUserFile "myfilepath"
require valid-user
or
Errordocument 401 error.html
Errordocument 403 error.html
prompts for the user login. But on adding the login credentials it is taking to same window again and again asking for login info again. Any idea how to solve this??
I want to use mysql dumper database. For that i have applied password protected encryption. Before it was giving 404 error but later on modifying the roor htaccess files by adding
AuthName "MySQLDumper"
AuthType Basic
AuthUserFile "myfilepath"
require valid-user
or
Errordocument 401 error.html
Errordocument 403 error.html
prompts for the user login. But on adding the login credentials it is taking to same window again and again asking for login info again. Any idea how to solve this??