質問編集履歴

1

試したこと追記

2018/12/07 15:00

投稿

koronatail
koronatail

スコア433

test CHANGED
File without changes
test CHANGED
@@ -57,3 +57,27 @@
57
57
  ただ、cssのパスは出来れば変更したくないです。
58
58
 
59
59
  なにか方法はないでしょうか
60
+
61
+
62
+
63
+
64
+
65
+ ### 試したこと追記
66
+
67
+ url内のパスの先頭のスラッシュを消すと、エラーメッセージは以下のようになりました
68
+
69
+ ```css
70
+
71
+ header{
72
+
73
+ background-image: url("img/common/tennsyu.png");
74
+
75
+ }
76
+
77
+ ```
78
+
79
+ ```
80
+
81
+ login_index:1 GET http://localhost:8088/test/css/common/img/common/tennsyu.png 404 (Not Found)
82
+
83
+ ```