質問編集履歴

3

初心者アイコンを有効にしました。

2021/06/03 04:14

投稿

itosugi
itosugi

スコア3

test CHANGED
File without changes
test CHANGED
@@ -30,4 +30,4 @@
30
30
 
31
31
  と言う所まで調べたものの、具体的に記述する仕方が分からず質問致しました。
32
32
 
33
- よろしくお願い申し上げます。
33
+ しくお願い申し上げます。

2

テキスト変更

2021/06/03 04:14

投稿

itosugi
itosugi

スコア3

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- [AND]や[OR]を追加するらしい…、そのまま追加するのではなく省略出来るらしい…、
29
+ 何分初心者なので、[AND]や[OR]を追加するらしい…、そのまま追加するのではなく省略出来るらしい…、
30
30
 
31
31
  と言う所まで調べたものの、具体的に記述する仕方が分からず質問致しました。
32
32
 

1

URLの変更

2021/06/03 03:50

投稿

itosugi
itosugi

スコア3

test CHANGED
File without changes
test CHANGED
@@ -16,9 +16,9 @@
16
16
 
17
17
  ```
18
18
 
19
- RewriteCond %{http_host} ^www.old.com
19
+ RewriteCond %{http_host} ^www.example.net
20
20
 
21
- RewriteRule ^(.*) https://new.com/$1 [R=301,L]
21
+ RewriteRule ^(.*) https://example.com/$1 [R=301,L]
22
22
 
23
23
  ```
24
24