以下の内容はhttps://blog.systemjp.net/entry/2017/05/17/133458より取得しました。


特定ページのみBASIC認証かける設定方法

.htaccess

<Files ~ "^\.(htaccess|htpasswd)$">
deny from all
</Files>
AuthUserFile /home/hoge/html/.htpasswd
AuthGroupFile /dev/null
AuthName "Please enter your ID and password"
AuthType Basic
order deny,allow
<Files test.html>
require valid-user
</Files>

パスワード(.htpasswd)作成はこちらから

AuthUserFileのパス間違えると、パスワード入力後500エラーになるので注意。




以上の内容はhttps://blog.systemjp.net/entry/2017/05/17/133458より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14