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.
ここに、動作して SSL を強制するコードがあります。
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://sharepanel.net/$1 [R,L]
ディレクトリfilemanager(sharepanel.net/filemanager)を除くすべてのディレクトリでこれを機能させる方法はありますか?
ありがとう