嘗試將Codeigniter站點移動到另一個宿主。要調用類中的功能,我使用http://example.com/publicdb/newdb/ncts_formular/ci/index.php/SendMail/sendMail。這是行得通的。如果我所說的功能我與https://www.example.com/apps/ncts_formular/ci/index.php/SendMail/sendMail 新的服務器上出現錯誤:CodeIgniter類中的函數
Not Found: The requested URL /apps/ncts_formular/ci/index.php/SendMail/sendMail was not found on this server.
在哪裏或者我有什麼config`?
您的新服務器配置是否正確?那裏是'.htaccess'文件嗎?它支持'.htaccess'和'modrewrite'? –