質問編集履歴
2
予約されていないURLを使用していたので修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
現在、
|
2
2
|
http://example.com/ああああ%20いいいい/
|
3
3
|
というURLを
|
4
|
-
http://
|
4
|
+
http://example.jp/
|
5
5
|
へリダイレクトさせるということをしたく、.htaccessで色々試しているのですが、うまくいきません。
|
6
6
|
|
7
7
|
試したこと
|
8
8
|
Redirect permanent /ああああ%20いいいい/ http://example2.com/
|
9
9
|
Redirect permanent /ああああ+いいいい/ http://example2.com/
|
10
|
-
Redirect permanent /%E3%81%82%E3%81%82%E3%81%82%20%E3%81%84%E3%81%84%E3%81%84/ http://
|
10
|
+
Redirect permanent /%E3%81%82%E3%81%82%E3%81%82%20%E3%81%84%E3%81%84%E3%81%84/ http://example.jp/
|
11
11
|
|
12
12
|
お知恵をお貸しいただけますでしょうか?
|
13
13
|
よろしくお願いいたします。
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
現在、
|
2
|
-
http://
|
2
|
+
http://example.com/ああああ%20いいいい/
|
3
3
|
というURLを
|
4
|
-
http://
|
4
|
+
http://example2.com/
|
5
5
|
へリダイレクトさせるということをしたく、.htaccessで色々試しているのですが、うまくいきません。
|
6
6
|
|
7
7
|
試したこと
|
8
|
-
Redirect permanent /ああああ%20いいいい/ http://
|
8
|
+
Redirect permanent /ああああ%20いいいい/ http://example2.com/
|
9
|
-
Redirect permanent /ああああ+いいいい/ http://
|
9
|
+
Redirect permanent /ああああ+いいいい/ http://example2.com/
|
10
|
-
Redirect permanent /%E3%81%82%E3%81%82%E3%81%82%20%E3%81%84%E3%81%84%E3%81%84/ http://
|
10
|
+
Redirect permanent /%E3%81%82%E3%81%82%E3%81%82%20%E3%81%84%E3%81%84%E3%81%84/ http://example2.com/
|
11
11
|
|
12
12
|
お知恵をお貸しいただけますでしょうか?
|
13
13
|
よろしくお願いいたします。
|