質問編集履歴

2

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

2017/04/25 04:00

投稿

siki
siki

スコア41

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  というURLを
6
6
 
7
- http://example2.com/
7
+ http://example.jp/
8
8
 
9
9
  へリダイレクトさせるということをしたく、.htaccessで色々試しているのですが、うまくいきません。
10
10
 
@@ -16,7 +16,7 @@
16
16
 
17
17
  Redirect permanent /ああああ+いいいい/ http://example2.com/
18
18
 
19
- Redirect permanent /%E3%81%82%E3%81%82%E3%81%82%20%E3%81%84%E3%81%84%E3%81%84/ http://example2.com/
19
+ Redirect permanent /%E3%81%82%E3%81%82%E3%81%82%20%E3%81%84%E3%81%84%E3%81%84/ http://example.jp/
20
20
 
21
21
 
22
22
 

1

2017/04/25 04:00

投稿

siki
siki

スコア41

test CHANGED
File without changes
test CHANGED
@@ -1,10 +1,10 @@
1
1
  現在、
2
2
 
3
- http://hoge.com/ああああ%20いいいい/
3
+ http://example.com/ああああ%20いいいい/
4
4
 
5
5
  というURLを
6
6
 
7
- http://hoge2.com/
7
+ http://example2.com/
8
8
 
9
9
  へリダイレクトさせるということをしたく、.htaccessで色々試しているのですが、うまくいきません。
10
10
 
@@ -12,11 +12,11 @@
12
12
 
13
13
  試したこと
14
14
 
15
- Redirect permanent /ああああ%20いいいい/ http://hoge2.com/
15
+ Redirect permanent /ああああ%20いいいい/ http://example2.com/
16
16
 
17
- Redirect permanent /ああああ+いいいい/ http://hoge2.com/
17
+ Redirect permanent /ああああ+いいいい/ http://example2.com/
18
18
 
19
- Redirect permanent /%E3%81%82%E3%81%82%E3%81%82%20%E3%81%84%E3%81%84%E3%81%84/ http://hoge2.com/
19
+ Redirect permanent /%E3%81%82%E3%81%82%E3%81%82%20%E3%81%84%E3%81%84%E3%81%84/ http://example2.com/
20
20
 
21
21
 
22
22