Koozali.org: home of the SME Server

.Thaccess files on e-smith 4.1

mr lynch

.Thaccess files on e-smith 4.1
« 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 !!!

Dan Brown

Re: .Thaccess files on e-smith 4.1
« Reply #1 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.

Charlie Brady

Re: .Thaccess files on e-smith 4.1
« Reply #2 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