質問編集履歴
3
コード修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -70,6 +70,8 @@
|
|
70
70
|
|
71
71
|
RewriteEngine On
|
72
72
|
|
73
|
+
RewriteBase /test/
|
74
|
+
|
73
75
|
RewriteRule ^/test/$ https://test.com/$1 [L,R=301]
|
74
76
|
|
75
77
|
|
2
コード間違い修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,6 +36,8 @@
|
|
36
36
|
|
37
37
|
<IfModule mod_rewrite.c>
|
38
38
|
|
39
|
+
RewriteEngine On
|
40
|
+
|
39
41
|
RewriteCond %{HTTPS} !on
|
40
42
|
|
41
43
|
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
|
@@ -66,6 +68,8 @@
|
|
66
68
|
|
67
69
|
<IfModule mod_rewrite.c>
|
68
70
|
|
71
|
+
RewriteEngine On
|
72
|
+
|
69
73
|
RewriteRule ^/test/$ https://test.com/$1 [L,R=301]
|
70
74
|
|
71
75
|
|
1
説明の補足
test
CHANGED
File without changes
|
test
CHANGED
@@ -11,6 +11,22 @@
|
|
11
11
|
どなたかご教授お願いします。
|
12
12
|
|
13
13
|
|
14
|
+
|
15
|
+
ーーーーーーーーーーーーーーーーーーーーー
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
すみません、もう少し説明を補足しますと、
|
20
|
+
|
21
|
+
これはレンタルサーバーで、「test」フォルダに「test.com」のドメインは設定してありますので、
|
22
|
+
|
23
|
+
「test.com」のドメインにアクセスしたら「test」フォルダが表示されるはずなんですが、
|
24
|
+
|
25
|
+
この.htacessが邪魔をしてサーバーエラーが出てしまう状態です。
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
ーーーーーーーーーーーーーーーーーーーーーー
|
14
30
|
|
15
31
|
|
16
32
|
|