I have a web site that I use phpMyAdmin on (because the MySQL Admiinistrator and Query Browser work poorly for some reason with my installation). I also have analog analysing my log files and displaying them for all to see.
I would like to prevent logging access to the phpmyadmin installtion as it exposes its existance on my server. If possible, really, I'd like to prevent analog displaying it since I should still be able to look at the logs to see if others have accessed it, but just plain not logging it to begin with would work too.
Is there an "Options -Logging"-like directive I can add to an .htaccess file ? I haven't found anything on Google. Any other suggestions ?
