Thank you
Ricardo
On Tue, Nov 17, 2009 at 10:55 AM, Eric Covener wrote:
> On Tue, Nov 17, 2009 at 7:43 AM, ricardo13
> wrote:
> >
> > hi,
> >
> > I have a problem.
> > I'm using mod_rewrite and mod_status.
> >
> > mod_status is configured this way.
> >
> >SetHandler server-status
> >O
On Tue, Nov 17, 2009 at 7:43 AM, ricardo13 wrote:
>
> hi,
>
> I have a problem.
> I'm using mod_rewrite and mod_status.
>
> mod_status is configured this way.
>
> SetHandler server-status
> Order deny,allow
> Deny from all
> Allow from .your_domain.com
>
>
> When I acess http://local
hi,
I have a problem.
I'm using mod_rewrite and mod_status.
mod_status is configured this way.
SetHandler server-status
Order deny,allow
Deny from all
Allow from .your_domain.com
When I acess http://localhost/server-status I don't see the page because
mod_rewrite don't allow.