From: Harold H. <ha...@ha...> - 2015-12-26 03:23:45
|
> The config file has this comment: > > Store username:crypted-passwords in .htaccess like files. > > But, I can't figure out what this file should be named and where it should > be located. I assume I create the file with htpasswd. > > Thanks! > > Harold I've been searching for this for a while and, of course, as soon as I post the question I find the answer. In config.ini, I find: ; File authentication options: ; ; File to read for authentication information. ; Popular choices are /etc/shadow and /etc/httpd/.htpasswd ;AUTH_USER_FILE = /etc/shadow ; Defines whether the user is able to change their own password via PHPWiki. ; Note that this means that the webserver user must be able to write to the ; file specified in AUTH_USER_FILE. ;AUTH_USER_FILE_STORABLE = false Defined the file location there, and it works great! I created it with htpasswd. Harold -- FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an iPhone. |