I am working on a site, and the client wants users of the non-administrative part of the site to be completely anonymous.
I am not very versed in apache, but is there a way to disable logging through the .htaccess file? (so that it can be portable from the site and does not depend on specific server settings)
I found instructions for httpd.conf, but I don't know how to replicate comment lines in a .htaccess file.
Damon source share