On 1/24/11 9:38 AM, --[ UxBoD ]-- wrote:
- Original Message -
On 1/22/11 1:45 PM, --[ UxBoD ]-- wrote:
Hi,
I have a reports directory I wish to secure and have created the
necessary .htaccess file:
Don't.
Just use the configuration file if you have access to it.
It will make life so
- Original Message -
> On 1/22/11 1:45 PM, --[ UxBoD ]-- wrote:
> > Hi,
> >
> > I have a reports directory I wish to secure and have created the
> > necessary .htaccess file:
>
> Don't.
> Just use the configuration file if you have access to it.
>
> It will make life so much easier.
>
On 1/22/11 1:45 PM, --[ UxBoD ]-- wrote:
Hi,
I have a reports directory I wish to secure and have created the necessary
.htaccess file:
Don't.
Just use the configuration file if you have access to it.
It will make life so much easier.
--
J.
--
- Original Message -
> Have you checked the Order directive?
>
> Also I usually have the Basic authentication in a Location tag to
> ensure its been applied to the right URL.
>
> On Sat, Jan 22, 2011 at 11:45 PM, --[ UxBoD ]--
> wrote:
> > Hi,
> >
> > I have a reports directory I wish to
Have you checked the Order directive?
Also I usually have the Basic authentication in a Location tag to
ensure its been applied to the right URL.
On Sat, Jan 22, 2011 at 11:45 PM, --[ UxBoD ]-- wrote:
> Hi,
>
> I have a reports directory I wish to secure and have created the necessary
> .htacce
Hi,
I have a reports directory I wish to secure and have created the necessary
.htaccess file:
AuthUserFile /www/security/somedomain_access
AuthType Basic
AuthName "Restricted Access"
Require user someuser
I believe my virtual host config is correct:
ServerAdmin webmas...@somedomain.co.uk