質問編集履歴

2

例示用ドメインに変更しました。

2018/02/23 02:41

投稿

dragoon
dragoon

スコア7

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
 
17
- https://www.〇〇〇.com/第二ディレクトリ名/第三ディレクトリ名/
17
+ https://www.example.com/第二ディレクトリ名/第三ディレクトリ名/
18
18
 
19
19
 
20
20
 
@@ -30,7 +30,7 @@
30
30
 
31
31
 
32
32
 
33
- https://www.〇〇〇.com//第二ディレクトリ名/第三ディレクトリ名/index.php/第二ディレクトリ名/第三ディレクトリ名/
33
+ https://www.example.com//第二ディレクトリ名/第三ディレクトリ名/index.php/第二ディレクトリ名/第三ディレクトリ名/
34
34
 
35
35
 
36
36
 
@@ -48,7 +48,7 @@
48
48
 
49
49
  RewriteCond %{REQUEST_URI} ^.*/index.php$
50
50
 
51
- RewriteRule ^(.*)index.php$ https://www.〇〇〇.com/%{REQUEST_URI}/$1 [R=301,L]
51
+ RewriteRule ^(.*)index.php$ https://www.example.com/%{REQUEST_URI}/$1 [R=301,L]
52
52
 
53
53
 
54
54
 

1

質問の分類が間違えていました。

2018/02/23 02:41

投稿

dragoon
dragoon

スコア7

test CHANGED
File without changes
test CHANGED
File without changes