在我的本地計算機上,我使用xampp和codeigniter正在運行,但在將codeigniter應用程序移到服務器後,我得到404錯誤未找到。codeIgniter 404找不到
The requested URL /app/index.php/Welcome was not found on this server.
Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny16 with Suhosin-Patch Server at XXXXXXXXX.com.au Port 81
我試圖改變配置
$config['base_url']= 'http://XXXXXXXXX.com.au/';
$config['uri_protocol'] = 'REQUEST_URI';
但它並沒有解決問題。有任何想法嗎?
我不太確定,因爲codeigniter的最小值是5.1 http://codeigniter.com/user_guide/general/requirements.html – user1299846
您以前在服務器上運行過PHP文件嗎?我懷疑你可能有服務器配置問題。 –
你將需要給我們更多的繼續。所有這些答案都是很好的答案,但我們在黑暗中拍攝。文件結構是什麼樣子等等? – swatkins