1
我的web根目錄中有一個用戶頭像保存的文件夾,但無論何時請求加載圖像的文件夾,都會使用codeigniter顯示默認錯誤404頁面。 我的.htaccess文件看起來像這樣錯誤404錯誤
RewriteEngine On
RewriteCond $1 !^(index\.php|(.*)\.user_guide|assets|profiles|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
和我還是得到了404錯誤。 請幫我出來