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を新しいドメインにリダイレクトしました
RewriteEngine on RewriteRule (.*) http://abc.xyz.com/$1 [R=301,L]
ただし、次のようなサブドメインを除外したい
http://dev.xyz.com etc
にリダイレクトされることからhttp://abc.xyz.com
http://abc.xyz.com
どうすればそれを達成できますか?
RewriteCondHttpdWikiで説明されているを使用します。
RewriteCond
http://wiki.apache.org/httpd/RewriteCond