codeigniter include css or js file -


why can't include views if inside application folder?

it fine when include in main dir:

this works:

<link rel="stylesheet" type="text/css" href="{ci_base_url}css/site.css" />  

but not work:

<link rel="stylesheet" type="text/css" href="{ci_base_url}application/css/site.css" /> 

why??

thanks in advance

only content in called "main dir" directly accessible via http requests. that's security reasons. dir named "public"


Comments

Popular posts from this blog

c++ - error: use of deleted function -

delphi - ESC/P programming! -

c# - how to write client side events functions for the combobox items -