Question
As soon as submitting the properly filled registration form, the webpage displays "This program cannot display the webpage".
I guess it's due to the wrong path to .htpasswd file, which leads the Apache htpasswd program failing in creating the username and password. So I've changed the path to .htpasswd file to 'E:/twikisys/twiki/data' (I installed TWiki in 'E:/twikisys/twiki') in the file twiki.conf (in '.../twiki') and .htaccess (in '.../twiki/bin') like this:
AuthUserFile E:/twikisys/twiki/data/.htpasswd
AuthName 'twiki'
AuthType Basic
However, it still doesn't work. On other hand, all of the submitted usernames and passwords have been successfully stored in '.../twiki/data/RegistrationApprovals'.
BTW, there's no a default created .htpasswd file in '.../twiki/data'.
I've got annoyed by this problem for couple of days and really appreaciate the help from someone!
Environment
--
LeonYang - 20 Jul 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Plus, when trying with IE 7, the error is "Internet Explorer cannot display this webpage."
--
LeonYang - 20 Jul 2007
Sorry. closing this after more than 30 days...
--
PeterThoeny - 03 Sep 2007