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.
httpd.conf ファイルで 301 ディレクトリ リダイレクトを実行する必要がありますが、ディレクトリ内のサブディレクトリを除外します。例:
RedirectPermanent /redirect/ http://www.mysite.com/
しかし、このサブディレクトリを除外したい/redirect/example/
/redirect/example/
何か案は?