.htpasswd & Chrome
-
Hi,
Awesome plugin! Been using it for several years.
I’m at my wits end and am hoping there’s some kind soul out there that has expertise in the combination of fileaway & htaccess.
I’m using htaccess/htpasswd for basic authentication. It’s been working for months. Now I cannot download a file with Fileaway in Chrome or IE. I can upload a file, and both uploading/downloading work in Firefox. It doesn’t prompt for the authentication and gives a “failed authentication” error. I’ve tried changing the password and moving the .htpasswd file, and it still doesn’t prompt me. Credentials were entered months ago, so it could remember it, but I’ve tried incognito mode, clearing browser, and clients (various htaccess/htpasswd files) have the same problem.
Permissions on both .htaccess & .htpasswd files are 0644.
Here’s my .htaccess:
RewriteEngine On
AuthType Basic
AuthName “Extra Security: Please enter the username and password you use to log in.”
AuthUserFile /home/myadmin/public_html/safedir/.htpasswd
Require valid-userThanks!
- The topic ‘.htpasswd & Chrome’ is closed to new replies.