質問編集履歴

1

htacess追記

2021/01/07 04:27

投稿

tetoro
tetoro

スコア16

test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,28 @@
16
16
 
17
17
 
18
18
 
19
+ ```htaccess
20
+
21
+ <IfModule mod_rewrite.c>
22
+
23
+ RewriteEngine On
24
+
25
+ RewriteBase /
26
+
27
+ RewriteRule ^index.php$ - [L]
28
+
29
+ RewriteCond %{REQUEST_FILENAME} !-f
30
+
31
+ RewriteCond %{REQUEST_FILENAME} !-d
32
+
33
+ RewriteRule . /index.php [L]
34
+
35
+ </IfModule>
36
+
37
+ ```
38
+
39
+
40
+
19
41
  ・パーマリン設定を投稿名ではなく、通常に戻す
20
42
 
21
43
  →表示される