Hey guyz我是Yii框架中的新手。我想從我的網址中刪除index.php。在yii文檔中,當我將重寫引擎代碼放在我的.htaccess文件中,並在我的config/main.php文件中將showScriptName設置爲false時,我得到500內部服務器錯誤。我的.htaccess文件位於我的應用程序的根文件夾中。告訴我哪裏做錯了如何從Yii Framework中刪除index.php
UPDATE:
這是我的.htaccess文件中的代碼:
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule . index.php
那麼,你不覺得顯示你htacess會幫助,而不是一個圖像.... – 2012-03-09 11:59:16
我確定YII文檔也涵蓋了這一點。 – hakre 2012-03-09 11:59:43
確保你已經'mod_rewrite' – Shiki 2012-03-09 12:01:12