質問編集履歴

1

hogehoge.comをsample.comへ変更

2020/01/30 12:59

投稿

sunglass
sunglass

スコア303

test CHANGED
File without changes
test CHANGED
@@ -1,14 +1,14 @@
1
- 全てのアクセスをhttps://www.hogehoge.comに統一したいです。
1
+ 全てのアクセスをhttps://www.sample.comに統一したいです。
2
2
 
3
3
 
4
4
 
5
- http://hogehoge.com → https://www.hogehoge.com
5
+ http://sample.com → https://www.sample.com
6
6
 
7
- http://www.hogehoge.com →https://www.hogehoge.com
7
+ http://www.sample.com →https://www.sample.com
8
8
 
9
- https://hogehoge.com →https://www.hogehoge.com
9
+ https://sample.com →https://www.sample.com
10
10
 
11
- ※/index.html→https://www.hogehoge.com含む
11
+ ※/index.html→https://www.sample.com含む
12
12
 
13
13
 
14
14
 
@@ -26,7 +26,7 @@
26
26
 
27
27
  出来たこと
28
28
 
29
- ・http://hogehoge.com→https://hogehoge.comのみ
29
+ ・http://sample.com→https://sample.comのみ
30
30
 
31
31
 
32
32
 
@@ -50,7 +50,7 @@
50
50
 
51
51
  知りたいこと
52
52
 
53
- ・全てのアクセスをhttps://www.hogehoge.comに統一する.htaccessファイルの正しい書き方
53
+ ・全てのアクセスをhttps://www.sample.comに統一する.htaccessファイルの正しい書き方
54
54
 
55
55
 
56
56
 
@@ -72,9 +72,9 @@
72
72
 
73
73
 
74
74
 
75
- RewriteCond %{HTTP_HOST} ^hogehoge.com [NC]
75
+ RewriteCond %{HTTP_HOST} ^sample.com [NC]
76
76
 
77
- RewriteRule ^(.*) https://www.hogehoge.com/$1 [R=301,L]
77
+ RewriteRule ^(.*) https://www.sample.com/$1 [R=301,L]
78
78
 
79
79
 
80
80