Re: [EMAIL PROTECTED] htaccess with mod_auth_mysql

2006-01-28 Thread Daniel Silva
> > Ok, Joshua. But the apache documentation says: > > Keep reading. It says (in bold text): if you use an ErrorDocument 401 > directive then it must refer to a local document. > > Joshua. > Ok, I see it. Once again, thanks for the support. ---

Re: [EMAIL PROTECTED] htaccess with mod_auth_mysql

2006-01-28 Thread Joshua Slive
On 1/28/06, Daniel Silva <[EMAIL PROTECTED]> wrote: > Ok, Joshua. But the apache documentation says: Keep reading. It says (in bold text): if you use an ErrorDocument 401 directive then it must refer to a local document. Joshua. -

Re: [EMAIL PROTECTED] htaccess with mod_auth_mysql

2006-01-28 Thread Daniel Silva
On 1/28/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 1/28/06, Daniel Silva <[EMAIL PROTECTED]> wrote: > > > > The fix is to use only absolute URLs (starting in http:// or at least > > > /) in the errordocument. > > > > > I´ve tried to use absolute URLs, like this: > > > > ErrorDocument 401 http

Re: [EMAIL PROTECTED] htaccess with mod_auth_mysql

2006-01-28 Thread Joshua Slive
On 1/28/06, Daniel Silva <[EMAIL PROTECTED]> wrote: > > The fix is to use only absolute URLs (starting in http:// or at least > > /) in the errordocument. > > I´ve tried to use absolute URLs, like this: > > ErrorDocument 401 http://200.xxx.xxx.xxx/solicitar_acesso.php > > But, the browser shows t

Re: [EMAIL PROTECTED] htaccess with mod_auth_mysql

2006-01-28 Thread Daniel Silva
On 1/28/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 1/27/06, Daniel Silva <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have a .htaccess file in a direcory of my web server, that contains: > > --- > > AuthNa

Re: [EMAIL PROTECTED] htaccess with mod_auth_mysql

2006-01-28 Thread Joshua Slive
On 1/27/06, Daniel Silva <[EMAIL PROTECTED]> wrote: > Hi, > > I have a .htaccess file in a direcory of my web server, that contains: > --- > AuthName "Conteudo exclusivo" > AuthType Basic > > AuthMySQLUser usuar

[EMAIL PROTECTED] htaccess with mod_auth_mysql

2006-01-27 Thread Daniel Silva
Hi, I have a .htaccess file in a direcory of my web server, that contains: --- AuthName "Conteudo exclusivo" AuthType Basic AuthMySQLUser usuario AuthMySQLPassword senha AuthMySQLDB banco AuthMySQLUserTable ta