Koozali.org: home of the SME Server

.htaccess files

Mike Stoddart

.htaccess files
« on: March 14, 2000, 08:00:34 AM »
Is anyone using .htaccess files? Im trying to configure sitemgr (for manipulating user websites via http), but I have to configure an .htaccess file. However, no matter how many times I follow the instructions, nothing works. Any suggestions would be appreciated.

Dan

RE: .htaccess files
« Reply #1 on: March 14, 2000, 10:02:33 PM »
The default access.conf file disables .htaccess files.  There's a line in the section that says "AllowOverride None".  Change that to "AllowOverride All" and they should work just fine.