We accidentally left the use of .htaccess turned on while we were
testing mire last year.  As of one week from now, we will no longer
permit .htaccess files to be read by Apache, since these files introduce
the possibility of accidentally crashing Apache, and add a small
performance hit to all member websites.

If you need more time to transition to being without .htaccess, please
contact [EMAIL PROTECTED] to express your request.  If you need help in
translating your .htaccess file into Domtool directives, please
subscribe to the hcoop-help mailing list using the portal and direct
your requests there.

You may test the effect of this change by using the "testNoHtaccess"
directive in your domtool configuration for each virtual host.  Here is
an example:

domain "mydomain" with
  web "www" where
    DocumentRoot = (home "public_html");
  with
    directory (home "") with
      testNoHtaccess;
    end;
  end;
end;

Note that "testNoHtaccess" must be inside of a "directory" directive.

-- 
Michael Olson
HCoop System Administrator
http://hcoop.net/

Attachment: pgpTaYekErW8W.pgp
Description: PGP signature

_______________________________________________
HCoop-Announce mailing list
[email protected]
https://lists.hcoop.net/listinfo/hcoop-announce

Reply via email to