2012-12-24 93 views
0

我上傳了網站上的GoDaddy(afficad.org),並在此刻我有點問題。 看來,RewriteEngine工作不正常(我們嘗試在不同的主機上,它正在工作)。 主頁正在正確加載,但指向其他頁面的鏈接不起作用。Codeigniter 2.1,htaccess - RewriteEngine

的.htaccess代碼:

RewriteEngine On 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule ^(.*)$ /index.php/$1 [L] 
+0

sasha刪除「/」之前index.php並嘗試一次........ –

+0

沒有這一點,什麼都沒有oO – Sasha

+0

你檢查你的模式重新打開或關閉 –

回答

0

我有問題與GoDaddy以及我所用:

RewriteEngine on 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule ^(.*)$ /index.php?$1 [L] 

這對我來說工作得很好,請注意,我也留下:

$config['index_page'] = 'index.php'; 

在/application/config.php