1

so i have a site on webfaction that runs pyramid. it's all working ok except some static files are not serving. 4 to be specific and i dont know why.

http://karantan.webfactional.com/static/images/bg2.jpg

this link gives me 404 but the image is there! also same goes for fonts. 3 font links:

http://karantan.webfactional.com/static/css/fonts/titilliumtext25l005-webfont.woff http://karantan.webfactional.com/static/css/fonts/titilliumtext25l005-webfont.ttf http://karantan.webfactional.com/static/css/fonts/titilliumtext25l005-webfont.svg

again. all files are there!

as far as i know all other files are serving ok. so does any1 have any idea why this would happened? and how to fix the problem

karantan
  • 885
  • 10
  • 18

1 Answers1

0

As you mentioned in your comment, WebFaction pointed me to using a nginx static server for this problem, too. I was running into the same thing with an included TinyMCE library; javascript would serve up fine but some static HTML pages would throw a 404 error. I'm still not sure why it works that way....

Peter Tirrell
  • 2,962
  • 4
  • 29
  • 52