User Tools

Site Tools


passwordprotectwordpresswebpage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
passwordprotectwordpresswebpage [2025/06/03 17:39] tektinkerspasswordprotectwordpresswebpage [2025/06/03 18:33] (current) tektinkers
Line 7: Line 7:
  
 Create a .htpasswd fire.\\ Create a .htpasswd fire.\\
-<code>htpasswd -c /path/to/.htpasswd username</code>\\+<code>htpasswd -c /path/to/.htpasswd username</code>
  
 Add the following lines to the .htaccess file.\\ Add the following lines to the .htaccess file.\\
Line 35: Line 35:
 **Change Password** **Change Password**
 <code>htpasswd /path/to/.htpasswd username</code> <code>htpasswd /path/to/.htpasswd username</code>
 +\\
 +\\
 +\\
 +**Remove Username**
 +<code>htpasswd -D /path/to/.htpasswd username</code>
 +you can also edit the file, each line is a user.\\
 +<code>sudo nano /path/to/.htpasswd</code>
passwordprotectwordpresswebpage.1748972360.txt.gz · Last modified: 2025/06/03 17:39 by tektinkers