質問編集履歴
1
質問内容を変更いたしました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,11 +6,15 @@
|
|
6
6
|
|
7
7
|
RewriteEngine on
|
8
8
|
|
9
|
+
//indexの画面のURLはindex.htmlなしにする
|
10
|
+
|
9
11
|
RewriteCond %{THE_REQUEST} ^.*/index.html
|
10
12
|
|
11
|
-
RewriteRule ^(.*)index.html$ http://ドメイン名/$1 [R=301,L]
|
13
|
+
RewriteRule ^(.*)index.html$ https://ドメイン名/$1 [R=301,L]
|
12
14
|
|
13
15
|
|
16
|
+
|
17
|
+
//拡張子(.html)のつくURLはすべて拡張子をなくす
|
14
18
|
|
15
19
|
RewriteCond %{REQUEST_FILENAME} !-d
|
16
20
|
|