On 6/18/06, Tom Ray [Lists] <[EMAIL PROTECTED]> wrote:
I've got a small question about .htaccess. I would like to have an
actual username/password page and when the user submits it I want it to
bypass the typical .htaccess pop up box. What are the values that are
being passed? I used to know this
I've got a small question about .htaccess. I would like to have an
actual username/password page and when the user submits it I want it to
bypass the typical .htaccess pop up box. What are the values that are
being passed? I used to know this and I can't seem to pry it out of my
thick skull. I
I am learning a bit of php and saw that this code is recommended to be
placed in .htaccess to prevent .inc files from being called in the
browser:
Options None
Order Allow, Deny
Deny from All
AllowOverride None
Satisfy All
Why it is using and not or ?
Also, is there any difference