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.
色々と探してみましたが、以下は見つかりませんでした。ルートまたはホームページ自体を除いて、WordPress ブログ全体を新しいドメインにリダイレクトできるかどうか疑問に思っていました。正しい方向へのプッシュは素晴らしいでしょう。ここでばかげた質問をしていないことを願っています!
私の質問を見る時間がある人には、事前に感謝します。
はい、できます。このコードを試してください:
RewriteEngine on RewriteRule ^(index.php)?$ - [L] RewriteCond %{HTTP_HOST} ^(www\.)?olddomain\.com$ [NC] RewriteRule ^(.+)$ http://www.newdomain.com/$1 [R=301,QSA,L]