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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -