Hi all, I am using xampp server in NETWORK, so I need to use a password to protect my server any help ???
password protect database? or the apache??? if apache, you need to integrate .password together with .htaccess if mysql, you need to grant access to user with password
reqouting again your question, using .password will only filter a domain, you can ALSO do this, search for http.conf in apache, look for the "Listen 80" where 80 is your http port. Listen 80 <VirtualHost *> DocumentRoot /wamp/www/yourmaindirectory ServerName localhost </VirtualHost> about the apache .password http://httpd.apache.org/docs/2.2/misc/password_encryptions.html