[please post your reply below the original message. See the posting
guidelines]
"Sean Berry" <> wrote:
> "Paul Lalli" <> wrote in message
> news:...
> > However... if you're already using htaccess, might it not be a better idea
> > to use that to limit the IP addresses, as that functionality is already
> > built in? Just a suggestion, it may or may not apply to your situation.
> >
> > Paul Lalli
>
> I was thinking about that but I already have programs in the directory that
> shoud be able to be accessed from anywhere.
>
> How does it work if I have an .htaccess in ./domain/private and another in
> ./domain/private/restricted
>
> Are both passwords going to be required to access
> ./domain/private/restricted?
>
> Many thanks. I know this has turned into a non-perl question, but hate to
> start another post on another newsgroup for a simple question like this.
You should probably read the Apache documentation on the subject.
(
http://httpd.apache.org/docs/mod/core.html#files might prove useful).
There are ways to limit .htaccess to apply to only certain
files/directories.
Paul Lalli