/*
|--------------------------------------------------------------------------
| Index File
|--------------------------------------------------------------------------
|
| Typically this will be your index.php file, unless you've renamed it to
| something else. If you are using mod_rewrite to remove the page set this
| variable so that it is blank.
|
*/ $config['index_page']="index.php";
补充一些我遇到的问题:
<Directory "D:/usr/local/www">
AllowOverride all
Options +FollowSymLinks +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
Options参数设置如上,好像不开,无法使用rewrite功能
心得:APACHE的LOGS一定要多看