loading css or javascript from non-public directory
        Posted  
        
            by twmulloy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by twmulloy
        
        
        
        Published on 2010-05-28T01:48:40Z
        Indexed on 
            2010/05/28
            1:51 UTC
        
        
        Read the original article
        Hit count: 324
        
is there a way to load css and/or javascript files from outside of the public web directory?
for example on my hosting service i have /public_html but don't want these files to exist in the public directory and want them in a directory outside of the public directory in a sibling directory /system (i am using codeigniter) within the /system/application/view/
© Stack Overflow or respective owner