teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

該当ソースの追加

2021/03/03 04:31

投稿

maystorm
maystorm

スコア4

title CHANGED
File without changes
body CHANGED
@@ -40,6 +40,9 @@
40
40
  ErrorDocument 404 /error/404.html
41
41
  ```
42
42
 
43
+ cssファイル格納場所
44
+ ・・・/sp/css/default.css
45
+
43
46
  ### 試したこと
44
47
 
45
48
  https://example.com/sp/newsでアクセスした時は、404エラーページを表示できるのですが、

2

該当ソースの追加

2021/03/03 04:31

投稿

maystorm
maystorm

スコア4

title CHANGED
File without changes
body CHANGED
@@ -35,7 +35,8 @@
35
35
  </html>
36
36
  ```
37
37
 
38
+ ```
38
- ```httpd.conf
39
+ httpd.conf
39
40
  ErrorDocument 404 /error/404.html
40
41
  ```
41
42
 

1

該当ソースの追加

2021/03/03 03:49

投稿

maystorm
maystorm

スコア4

title CHANGED
File without changes
body CHANGED
@@ -35,8 +35,10 @@
35
35
  </html>
36
36
  ```
37
37
 
38
+ ```httpd.conf
39
+ ErrorDocument 404 /error/404.html
40
+ ```
38
41
 
39
-
40
42
  ### 試したこと
41
43
 
42
44
  https://example.com/sp/newsでアクセスした時は、404エラーページを表示できるのですが、