Posts

Showing posts from June, 2014

[Codeiginter] 首頁可開,其他項目 404 error

原因: http://localhost 可開,但將檔案移至 http://localhost/new 則只能開啟首頁,其他項目 404 error 主要是 .htaccess 檔路徑設定問題,改為以下紅字可解決     RewriteBase / new     RewriteRule ^(.*)$ / new/ index.php?/$1 [L]

[Codeiginter] Your system folder path does not appear to be set correctly

Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php 在安裝 Codeigniter 時,不知道為什麼出現這個問題,檢查後 解決方法是:確定 system 資料夾有正確上傳並上傳到與 index.php 同位置。不知是主機問題還是 filezilla 的問題,system 資料夾就是會一直 missed 掉。