Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: mr lynch on February 21, 2001, 02:15:10 AM

Title: .Thaccess files on e-smith 4.1
Post by: mr lynch on February 21, 2001, 02:15:10 AM
Can anybody tell me how to get the .thaccess files working on a e-smith server.
Because i want to authenticated users trough user accounts. And Not by a Bay account.


Help !!!
Title: Re: .Thaccess files on e-smith 4.1
Post by: Dan Brown on February 21, 2001, 02:52:41 AM
I assume you're referring to .htaccess files.  You'll need to read the Apache docs, particularly with reference to the AllowOverride directive, which is what e-smith uses to prevent the use of .htaccess files.
Title: Re: .Thaccess files on e-smith 4.1
Post by: Charlie Brady on February 21, 2001, 03:03:00 AM
Dan Brown wrote:
 
> I assume you're referring to .htaccess files.  You'll need to
> read the Apache docs, particularly with reference to the
> AllowOverride directive, which is what e-smith uses to
> prevent the use of .htaccess files.

There is no reason to use .htaccess files, and unless used very carefully, .htaccess files can create a security risk. Instead of using .htaccess files, create a custom httpd.conf template fragment which contains the access rules you wish to apply.

Regards

Charlie