Is it possible to block access to phpMyAdmin page or the xampp Settings page for other computers over the LAN network? But in the same way it should be accessible for localhost or 127.0.0.1, I tried to set in the httpd.conf page as
Listen 127.0.0.1:80
But when I did so I was not able to access the site with the address http://myhostname/website from my computer or from any other computer from the network.
I would like to block the xampp settings page for other computers but they should be able to access the website.