Password Protect Directories Using htaccess

From Littledamien Wiki
Revision as of 18:31, 24 October 2024 by Video8 (talk | contribs) (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.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.