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