apache首页转向问题

apache首页转向问题

apache服务器,怎么把http://localhost转向为http://localhost/main/index。
不明你要干什麼,用重定向嗎?
ok了。

httpd.conf中,DirectoryIndex   index.html
修改index.html文件,转向到需要的地址就可以了。