回答編集履歴
1
.
test
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
> RewriteRule ^(article1|article2|article3)$ https://sub.example.com/$1 [R=301,L]
|
2
2
|
> RewriteRule ^article4$ https://sub.example.com/article4-new/ [R=301,L]
|
3
3
|
|
4
|
-
パターン
|
4
|
+
パターン最後の `$` の前に `/` を付けましょう。
|
5
5
|
|