Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は次のようにURLを書き直しています。
RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
これは問題なく動作しますが、apache/htaccessを介してパスワードで保護されたサブディレクトリがあります。このディレクトリに移動すると、ブラウザで401エラーが発生します。誰かがこれを解決する方法を知っていますか?
入れてみてください:
ErrorDocument 401 "Unauthorized Access" RewriteEngine off ... Authorisation lines
承認ディレクティブを含む.htaccessファイル内。
特定のクラスを持っていますか?