質問編集履歴

1

2020/03/27 10:59

投稿

Sh.H
Sh.H

スコア16

test CHANGED
File without changes
test CHANGED
@@ -12,9 +12,9 @@
12
12
 
13
13
  RewriteEngine On
14
14
 
15
- RewriteCond %{http_host} ^www.example01.com
15
+ RewriteCond %{http_host} ^サイト01
16
16
 
17
- RewriteRule ^(.*)$ http://www.example02.com/$1 [R=301,L]
17
+ RewriteRule ^(.*)$ サイト02.com/$1 [R=301,L]
18
18
 
19
19
  </IfModule>
20
20