Question
I am running apache 1.3.28 on Solaris 9, perl 5.6.1. My testenv is clean except for a warning about locales.
No matter what I do I cannot get the password screen to appear when Edit is selected.
I copied .htaccess.txt to .htaccess
I edited the .htaccess file as specified in the install instructions.
I enabled
AllowOverride All
I copied the
TWikiRegistrationPub files to
TWikiRegistration
The .htaccess file is owned by root but readable by all
Please help.
Christine
SetHandler cgi-script
Redirect /usr/local/apache/htdocs/twiki/index.html
http://server.company.com/usr/local/apache/htdocs/twiki/bin/view
AuthUserFile /usr/local/apache/htdocs/twiki/data/.htpasswd
AuthName 'Enter your
WikiName: (First name and last name, no space, no dots, capitalized, e.g.
JohnSmith). Cancel to register if you do not have one.'
AuthType Basic
ErrorDocument 401 /home/httpd/twiki/bin/oops/TWiki/TWikiRegistration?template=oopsauth
SetHandler blabla
allow from all
require valid-user
require valid-user
Environment
I found this question had
replaced the
WebHome topic so I rolled back that topic and created this new help request topic as I suspect was intended.
--
LynnwoodBrown - 19 Dec 2003
Answer