nella directory che contiene il webalizer prova a mettere:

cancella.cgi (ascii mode 755 chmod)

codice:
#!/usr/bin/perl
#

system("rm -f .htaccess");
print "content-type: text/html\n\n";
print "ok\n";
e poi richiama da web