Linux系统下web服务器大多数都是Apache搭建的环境,下面是Apache环境web设置默认页面方法:
1、设置全局的web目录默认首页:
DirectoryIndex indexphp indexphp4 indexphp3 indexcgi indexpl indexhtml indexhtm indexshtml indexphtml defaultphp
</IfModule>
2、针对某一web目录设置默认首页:
<Directory "D:/php/web/aidd2008">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
DirectoryIndex defaultphp
</Directory>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)