Apache默认首页的设置
Categories
Archives
Links
  • baidu

Apache默认首页的设置

Published on Tuesday, September 12th, 2006 3:46 pm GMT
Category: Servers

  Apache默认首页的设置举例:

  在Apache安装目录\conf\httpd.conf文件中填加:

AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml

DirectoryIndex index.htm
DirectoryIndex index.php

  优先权由上而下。 

  然后重起Apache即可。

发表评论

Apache默认首页的设置

上一篇:7939专杀工具
下一篇:Apache下开启mod_rewrite

Links