Mailing List Archive

htaccess not working in /htdocs dir
hi there,

i just found s.th. interesting:
wherever i put ".htaccess" files, they work perfect, but when i add it
into "apache/htdocs/" it doesnt.
I must add, that i placed an alias, which points to "htdocs/testdir/"
and added a ".htaccess" file there.
But it doesnt work there.

Is this s.th. known?

cu

hendrik


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
RE: htaccess not working in /htdocs dir [ In reply to ]
> From: Hendrik Daldrup [mailto:Hendrik.Daldrup@t-online.de]

> i just found s.th. interesting:
> wherever i put ".htaccess" files, they work perfect, but when i add it
> into "apache/htdocs/" it doesnt.
> I must add, that i placed an alias, which points to "htdocs/testdir/"
> and added a ".htaccess" file there.
> But it doesnt work there.

See:
http://httpd.apache.org/docs/misc/FAQ.html#htaccess-work

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: htaccess not working in /htdocs dir [ In reply to ]
did you change the
AllowOverride None
to
AllowOverride All
in that folder.If you didn't apache ignores .htaccess files.
----- Original Message -----
From: "Joshua Slive" <joshua@slive.ca>
To: <users@httpd.apache.org>
Sent: Monday, January 21, 2002 11:39 PM
Subject: RE: htaccess not working in /htdocs dir


>
> > From: Hendrik Daldrup [mailto:Hendrik.Daldrup@t-online.de]
>
> > i just found s.th. interesting:
> > wherever i put ".htaccess" files, they work perfect, but when i add it
> > into "apache/htdocs/" it doesnt.
> > I must add, that i placed an alias, which points to "htdocs/testdir/"
> > and added a ".htaccess" file there.
> > But it doesnt work there.
>
> See:
> http://httpd.apache.org/docs/misc/FAQ.html#htaccess-work
>
> Joshua.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: htaccess not working in /htdocs dir [ In reply to ]
DOH!

thx a lot,
sometimes i seem to ignore easy solutions and try to find a "bug" where
there is none ;)

sry,

hendrik

Luka wrote:

>did you change the
>AllowOverride None
>to
>AllowOverride All
>in that folder.If you didn't apache ignores .htaccess files.
>----- Original Message -----
>From: "Joshua Slive" <joshua@slive.ca>
>To: <users@httpd.apache.org>
>Sent: Monday, January 21, 2002 11:39 PM
>Subject: RE: htaccess not working in /htdocs dir
>
>
>>>From: Hendrik Daldrup [mailto:Hendrik.Daldrup@t-online.de]
>>>
>>>i just found s.th. interesting:
>>>wherever i put ".htaccess" files, they work perfect, but when i add it
>>>into "apache/htdocs/" it doesnt.
>>>I must add, that i placed an alias, which points to "htdocs/testdir/"
>>>and added a ".htaccess" file there.
>>>But it doesnt work there.
>>>
>>See:
>>http://httpd.apache.org/docs/misc/FAQ.html#htaccess-work
>>
>>Joshua.
>>
>>---------------------------------------------------------------------
>>The official User-To-User support forum of the Apache HTTP Server Project.
>>See <URL:http://httpd.apache.org/userslist.html> for more info.
>>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>For additional commands, e-mail: users-help@httpd.apache.org
>>
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org