質問編集履歴

3

誤字

2019/07/16 03:12

投稿

shinnnn
shinnnn

スコア15

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  Redirect permanent /aaa/ http://www.page.com/aaa2/
36
36
 
37
- RedirectMatch 301 /aaa/(.*) http://www.page.com/aaa2/
37
+ Redirect permanent /aaa/bbb/ http://www.page.com/aaa2/
38
38
 
39
39
  ```
40
40
 
@@ -44,7 +44,7 @@
44
44
 
45
45
  ```
46
46
 
47
- Redirect permanent /aaa/bbb/ http://www.page.com/aaa2/
47
+ RedirectMatch 301 /aaa/(.*) http://www.page.com/aaa2/
48
48
 
49
49
  RedirectMatch 301 /aaa/bbb/(.*) http://www.page.com/aaa2/
50
50
 

2

誤字

2019/07/16 03:11

投稿

shinnnn
shinnnn

スコア15

test CHANGED
File without changes
test CHANGED
@@ -32,9 +32,9 @@
32
32
 
33
33
  ```
34
34
 
35
- Redirect permanent /aaa/ http://www.page.com/
35
+ Redirect permanent /aaa/ http://www.page.com/aaa2/
36
36
 
37
- RedirectMatch 301 /aaa/(.*) http://www.page.com/
37
+ RedirectMatch 301 /aaa/(.*) http://www.page.com/aaa2/
38
38
 
39
39
  ```
40
40
 
@@ -44,9 +44,9 @@
44
44
 
45
45
  ```
46
46
 
47
- Redirect permanent /aaa/bbb/ http://www.page.com/
47
+ Redirect permanent /aaa/bbb/ http://www.page.com/aaa2/
48
48
 
49
- RedirectMatch 301 /aaa/bbb/(.*) http://www.page.com/
49
+ RedirectMatch 301 /aaa/bbb/(.*) http://www.page.com/aaa2/
50
50
 
51
51
  ```
52
52
 

1

誤字

2019/07/16 03:11

投稿

shinnnn
shinnnn

スコア15

test CHANGED
File without changes
test CHANGED
@@ -32,9 +32,9 @@
32
32
 
33
33
  ```
34
34
 
35
- Redirect permanent /aaa/ http://page.com/
35
+ Redirect permanent /aaa/ http://www.page.com/
36
36
 
37
- RedirectMatch 301 /aaa/(.*) http://page.com/
37
+ RedirectMatch 301 /aaa/(.*) http://www.page.com/
38
38
 
39
39
  ```
40
40
 
@@ -44,9 +44,9 @@
44
44
 
45
45
  ```
46
46
 
47
- Redirect permanent /aaa/bbb/ http://page.com/
47
+ Redirect permanent /aaa/bbb/ http://www.page.com/
48
48
 
49
- RedirectMatch 301 /aaa/bbb/(.*) http://page.com/
49
+ RedirectMatch 301 /aaa/bbb/(.*) http://www.page.com/
50
50
 
51
51
  ```
52
52