Password Protect Directories Using htaccess: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
(Created page with "== Namecheap == `htpasswd` is not available on the command line. An alternative is to use `openssl` to encrypt a password and insert it into a file, but I'm not sure which encryption methods are supported on Namecheap servers. [https://www.namecheap.com/support/knowledgebase/article.aspx/9767/29/how-to-password-protect-files-and-directories/ Use cPanel] to create the password file instead.")
 
(No difference)

Latest revision as of 18:31, 24 October 2024

Namecheap[edit]

htpasswd is not available on the command line.

An alternative is to use openssl to encrypt a password and insert it into a file, but I'm not sure which encryption methods are supported on Namecheap servers.

Use cPanel to create the password file instead.