Forum Moderators: phranque
Has anyone successfully set-up using .htaccess on iPlanet Web Server 6.0SP1 or 4.0?
I've followed the instructions on
[docs.sun.com...]
to no avail.
Help on this would REALLY be great.
Additional Info
===============
My .htaccess file contains:
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny, allow
deny from all
</Limit>
AuthName "testing"
AuthType Basic
AuthUserFile /opt/WWW/sites/blah/docs/testing/.htpasswd
requires valid-user
I created the .htpasswd using /usr/bin/htpasswd on a Mac OS X box.
I'm running the iWS on a Solaris machine.
TIA
Cheers!