Question
on giving the userid(wiki syntax) and password i get the following error....
Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong
credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
Additionally, a 404 Not Found error was encountered while trying to use an
ErrorDocument to handle the request.
Apache/1.3.11 Server at stonebox Port 80
.
please help.....
- TWiki version:dec2000
- Web server:apache 1.3.11
- Server OS:suse linux7.0
--
TWikiGuest - 08 Jul 2001
Answer
- Make sure to rename the TWikiRegistrationPub topic in the TWiki web to TWikiRegistration as described in the (now updated) TWikiInstallationGuide.
- Make sure that the
.htaccess file is configured correctly:
-
AuthUserFile /filepath/to/TWiki/data/.htpasswd
-
ErrorDocument 401 /urlpath/to/TWiki/bin/view/TWiki/TWikiRegistration
--
PeterThoeny - 11 Jul 2001