Forum Moderators: phranque

Message Too Old, No Replies

.htacces without function

         

ingi

12:14 pm on Dec 10, 2004 (gmt 0)

10+ Year Member



Hallo,

we are newbies in setup our own dedicated server. We have installed an apache webserver and webmin to administrate. OS is Linux Debian. Our Problem:

We want to protect several directories. Our .htacess files work on other servers but not on our new one.
Something is wrong but we dont know.

Can someone help us?

Thanks Peter and Ingolf

dcrombie

1:47 pm on Dec 10, 2004 (gmt 0)



In your httpd.conf file you should have a line similar to:

AccessFileName .htaccess

ingi

2:08 pm on Dec 10, 2004 (gmt 0)

10+ Year Member



Hi,

yes this line is inour httpd file but it doesn' t work.
:-(

dcrombie

2:27 pm on Dec 10, 2004 (gmt 0)



It may be that you're missing an AllowOverride directive:

[httpd.apache.org...]
=> AccessFileName
=> AllowOverride

;)