I know that this is 4 php questions but I bet most of you came across
something similar.

well I am running an apache server both in a linux and a win2k . .to support
my php code..

does the .htaccess & .htpasswd work in both OSs?

In linux works just fine, while in windows it prompts for the user/passwd
but nothing after that.

-----
<Directory "C:/nusphere/apache/htdocs/myphpmysqldirectory">

AuthUserFile "C:/nusphere/apache/htdocs/myphpmysqldirectory/.htpasswd"

AuthGroupFile /dev/null

AuthName Admin

AuthType Basic

AllowOverride Limit

<Limit GET>

require user nrasid

</Limit>

</Directory>

-------------------------

same piece of code works with linux (of cource different dirs)

Apache/1.3.20

Thanks..


--
~~~~~~~~~~~~~~~~

Sapilas@/dev/pinkeye

~~~~~~~~~~~~~~~~



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to