Hi, I am pretty new in the linux/php/mysql world. I have successfully installed and compiled apache, php and mysql and it works great !
Now I have installed the great php script phpmyadmin to admin my MYsql database. But I have a problem. Everyone can reach my phpmyadmin page now. That is not good.
I read the readme file in phpmyadmin but I don't understand how to protect the site.
Do you have any HOWTO's who describe how you protect sertain sites ?? Or if you can explain to me ?
I rather use the .htaccess file in apache (I read a little about it in the readme but I don't unserstand) than using a php login script.