I have noticed that there are strange requests to my website trying to find phpmyadmin, like
/phpmyadmin/ /pma/
etc.
Now I have ins
The simplest approach would be to edit the webserver, most likely an Apache2 installation, configuration and give phpmyadmin a different name.
A second approach would be to limit the IP addresses from where phpmyadmin may be accessed (e.g. only local lan or localhost).