我被困在一個問題上幾個小時,我無法擺脫它,我試圖從我的資產文件夾加載我的引導文件,但我得到了404錯誤。codeigniter 404找不到資產加載
正如你可以看到我的資產文件夾在我的根文件夾
我BASE_URL功能在頭叫它:
<link href="<?php echo base_url('assets/css/bootstrap.css'); ?>" rel="stylesheet">
而且我在我的控制檯得到這個錯誤:
GET http://127.0.0.1/WeBusy/assets/css/bootstrap.css
GET http://127.0.0.1/WeBusy/assets/js/bootstrap.min.js 404(未找到)
編輯
我注意到,相關文件都失敗,例如,如果我的自動加載庫會議,我有這樣的錯誤:
Message: mkdir(): Invalid path
Filename: drivers/Session_files_driver.php
Message: Session: Configured save path '' is not a directory, doesn't exist or cannot be created.
Filename: C:\Users\User\Dropbox\WeBusy\system\libraries\Session\drivers\Session_files_driver.php
你怎麼去? – user4419336