WINDOWS下配置PHP+APACHE+MYSQL,如何设置默认页呢?(急!)

WINDOWS下配置PHP+APACHE+MYSQL,如何设置默认页呢?(急!)

配置PHP+APACHE+MYSQL成功,并设置了虚拟目录:
#虚拟目录设置
Alias   /bbs/   "e:/myweb/bbs/ "  
<Directory   "e:/myweb/bbs/ ">  
Options     Indexes     MultiViews    
AllowOverride     None    
DirectoryIndex   index.php
Order     allow,deny    
Allow     from     all    
</Directory>

Alias   /phpmyadmin/   "e:/myweb/phpmyadmin/ "  
<Directory   "e:/myweb/phpmyadmin/ ">  
Options     Indexes     MultiViews    
AllowOverride     None    
DirectoryIndex   index.php
Order     allow,deny    
Allow     from     all    
</Directory>

包括这里:
<IfModule   dir_module>
        DirectoryIndex   index.html   index.php
</IfModule>
也作了相应的设置
APACHE也重启过了,但为何还是不能自动显示默认页呢?
比如
www.abc.com/bbs
必须要
www.abc.com/bbs/index.php
是哪里设置不正确引起的呢?
请高人指教!
不太清楚.....
需要地址及配置文件..

没准你改的不是生效的配置文件..
什么叫生效的配置文件?
E:\Apache2.2\conf\httpd.conf
不是改这个吗?
信誉值太低了....

http://download.csdn.net/user/mrshelly
<Directory   "E:\wwwroot\PHP\blog ">
DirectoryIndex   index.php
</Directory>
好久没有结帖了吧,
先结完帖再说吧!