質問編集履歴

1

example

2016/07/21 02:56

投稿

makoto-n
makoto-n

スコア436

test CHANGED
File without changes
test CHANGED
@@ -42,11 +42,11 @@
42
42
 
43
43
  RewriteBase /
44
44
 
45
- RewriteCond %{HTTP_HOST} ^(www\.サイト\.com)(:80)? [NC]
45
+ RewriteCond %{HTTP_HOST} ^(www\.example\.com)(:80)? [NC]
46
46
 
47
47
  RewriteCond %{REQUEST_URI} !(^/wp/)
48
48
 
49
- RewriteRule ^(.*) http://サイト.com/$1 [R=301,L]
49
+ RewriteRule ^(.*) http://example.com/$1 [R=301,L]
50
50
 
51
51
  order deny,allow
52
52