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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -