Seemingly random 404's for static files in Pyramid project
        Posted  
        
            by 
                seth
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by seth
        
        
        
        Published on 2012-06-04T16:15:31Z
        Indexed on 
            2012/06/04
            16:45 UTC
        
        
        Read the original article
        Hit count: 297
        
I'm running a Pyramid project with mod_wsgi. Some of the files in my static directory (images, stylesheets, javascript) load fine, but others are coming up as not found. The files that are not working are all web fonts (otf, svg, woff and eot). I tried adding a text file into the static directory where the fonts are to see if I could access it, but it also came back with 404. The same text file also can't be accessed when put in the images folder. From what I'm looking at, it doesn't seem to be a permissions issue. Any ideas?
© Server Fault or respective owner