Where do I put image files, css, js, etc. in Codeigniter?

前端 未结 14 1213
挽巷
挽巷 2020-11-30 16:57

Where is it acceptable to put css folders and image file folders? I was thinking inside the view folder? However the controller always reroutes the path to the base url so I

14条回答
  •  一整个雨季
    2020-11-30 17:17

    add one folder any name e.g public and add .htaccess file and write allow from all it means, in this folder your all files and all folder will not give error Access forbidden! use it like this

    
    
    

提交回复
热议问题