teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

予約されていないURLを使用していたので修正しました。

2017/04/25 04:00

投稿

siki
siki

スコア41

title CHANGED
File without changes
body CHANGED
@@ -1,13 +1,13 @@
1
1
  現在、
2
2
  http://example.com/ああああ%20いいいい/
3
3
  というURLを
4
- http://example2.com/
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://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://example.jp/
11
11
 
12
12
  お知恵をお貸しいただけますでしょうか?
13
13
  よろしくお願いいたします。

1

2017/04/25 04:00

投稿

siki
siki

スコア41

title CHANGED
File without changes
body CHANGED
@@ -1,13 +1,13 @@
1
1
  現在、
2
- http://hoge.com/ああああ%20いいいい/
2
+ http://example.com/ああああ%20いいいい/
3
3
  というURLを
4
- http://hoge2.com/
4
+ http://example2.com/
5
5
  へリダイレクトさせるということをしたく、.htaccessで色々試しているのですが、うまくいきません。
6
6
 
7
7
  試したこと
8
- Redirect permanent /ああああ%20いいいい/ http://hoge2.com/
8
+ Redirect permanent /ああああ%20いいいい/ http://example2.com/
9
- Redirect permanent /ああああ+いいいい/ http://hoge2.com/
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://hoge2.com/
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
  よろしくお願いいたします。