
How To
Apache Authentication
September 15, 2011
|
Creating Password Create htpasswd file for current (pwd) path htpasswd -mc .htpasswd yourusername Insert new password Create .htaccess file for current path touch .htaccess mcedit .htaccess Paste this
Read More