jquery - link from index to folder works locally but not on server -
i have had can't figure out causes issue. problem following:
i have page i've developed locally , works fine. have uploaded public_html , index.html, css , js works fine, doesn't show images or fonts.
the file structure this:
index.html
- css/style.min.css
css/animations.css - js/jquery.min.js
js/main.min.js - fonts/micon/css/micon.min.css
- img/hakn-min.jpg etc
as far understand links should same, , seen 'head' example:
<link rel="stylesheet" href="fonts/micon/css/micon.min.css"> <link rel="stylesheet" href="css/animations.css"> <link rel="stylesheet" href="css/style.min.css">
from understanding, if stylesheets working, fonts should well. can me head around this?
edit: images css works fine.
thanks,
håkan
in browser have tool called inspector. can open f12
, there (usually in network
tab) can see requests web page makes.
with inspector can see server giving error 403 forbidden
on these images.
i suggest check permissions of images on server.
Comments
Post a Comment