質問編集履歴

1

コード修正

2017/09/22 16:18

投稿

ems
ems

スコア23

test CHANGED
File without changes
test CHANGED
@@ -62,7 +62,7 @@
62
62
 
63
63
  RewriteCond %{HTTP:X-Sakura-Forwarded-For} ^$
64
64
 
65
- RewriteRule ^(.*)$ https://www.calotype.jp/$1 [R=301,L]
65
+ RewriteRule ^(.*)$ https://www.xxxxxx.jp/$1 [R=301,L]
66
66
 
67
67
  </IfModule>
68
68
 
@@ -94,9 +94,9 @@
94
94
 
95
95
  RewriteRule ^ - [L]
96
96
 
97
- RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) calotype/$2 [L]
97
+ RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) xxxxxx/$2 [L]
98
98
 
99
- RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ calotype/$2 [L]
99
+ RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ xxxxxx/$2 [L]
100
100
 
101
101
  RewriteRule . index.php [L]
102
102