步驟一:
接著先把剛剛的.htaccess檔案複製到c:\AppServ\www\底下,開啟檔案修改。
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
</IfModule>
步驟二:
application\config\config.php
$config['index_page'] = ''; //將index.php 改成空白
步驟三:
請確認Apache rewrite已正確啟用
沒有留言:
張貼留言