我在config.php文件代碼,URL重寫不是在服務器工作,但確實在本地主機
// If URL-Rewriting does not work then set
// define('BASE_PATH',BASE_DIR.'/index.php');
// If URL-Rewriting works, then leave the line below as is
define('BASE_PATH',BASE_DIR);
這部作品在我的本地機器好,但在服務器主機我不工作,所以我製造了一個 。 htaccess
文件並在其中寫入RewriteEngine On
。還是行不通。什麼可能是問題
你確定服務器啓用了mod_rewrite嗎? – Cyclonecode 2012-02-12 14:24:47
.htaccess還有什麼? 'RewriteEngine on'只啓用它,你也需要指定一些規則。 – 2012-02-12 14:29:50
已啓用modrewrite.tags ..htaccess文件只包含一行..即rewriteengine on .. thats it – azzaxp 2012-02-12 14:32:53