Htaccess Programming Tips & Tricks





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
Code Snippets
 List All
 301 Redirect
 404 Redirect
 Htaccess Redirection
 Security
 




generate htpasswd in linux - Htaccess

Snippets  Htaccess  Generate htpasswd in linux
Snippet On
htpasswd generation




Code
  
Rate this page :
  [ 0 votes]

This code used to generate htpasswd for password protection ..after this comment the new password will generate and stored in mentioned directory

[test@localhost test]$ htpasswd -mc password/.htpasswd admin
New password:
Re-type new password:
Add password for user admin




Other Links

web hosting