在Lightsail的WordPress上设置基本认证

修复 htaccess.conf

打开位于/opt/bitnami/apps/wordpress/conf/htaccess.conf的文件。


※ 2021年11月更新

在下面的目录中创建了一个名为 wordpress-htaccess.conf 的文件。
/opt/bitnami/apache/conf/vhosts/htaccess/

如果/opt/bitnami/apps目录不存在,请修改以下文件:
vim /opt/bitnami/apache/conf/vhosts/htaccess/wordpress-htaccess.conf


在末尾增加以下内容:

<Directory "/opt/bitnami/apps/wordpress/htdocs">
    AuthUserfile /home/bitnami/apps/wordpress/htdocs/.htpasswd
    AuthGroupfile /dev/null
    AuthName "Please enter your ID and password"
    AuthType Basic
    require valid-user
</Directory>

2. 创建 htpasswd 文件

htpasswd -c /home/bitnami/apps/wordpress/htdocs/.htpasswd [ユーザー名]

3. 重新启动apache

重新启动Apache:sudo /opt/bitnami/ctlscript.sh restart apache

以上! !)

例:以上!可以用中文进行更广泛的表述。
( ! de .)

广告
将在 10 秒后关闭
bannerAds