`
huahua09
  • 浏览: 46784 次
  • 性别: Icon_minigender_2
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

DirectoryIndex

 
阅读更多
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>

当http请求路径不是具体文件名称,而是/结尾的时候,默认访问DirectoryIndex指定的文件。
分享到:
评论

相关推荐

    apache报Cannot serve directory No matching DirectoryIndex (index.html) found的解决办法

    1. **检查DirectoryIndex设置**:Apache服务器通过`DirectoryIndex`指令来确定应该显示哪个文件作为目录的默认页面。在`httpd.conf`配置文件中,找到并确认`DirectoryIndex`指令是否正确设置。例如: ``` ...

    DirectoryIndex:目录索引-最简单PHP目录索引

    目录索引-最简单PHP目录索引 由[Chansig]( )创建 介绍 ... 特征 极其简单的安装 创建任何可通过网络访问的目录的动态列表 文件/文件夹的可排序顺序 轻松定义要从列表中排除的隐藏文件或文件类型 ...

    apache下403 Forbidden错误问题解决方法.docx

    Apache 下 403 Forbidden 错误问题的解决方法可以分为四个方面:DirectoryIndex 设置问题、Order 和 Allow_override 设置问题、权限问题和 Options Indexes 设置问题。通过检查和修复这些问题,可以解决 403 错误...

    bugfree部署文档

    3) 找到:DirectoryIndex index.html 修改为:DirectoryIndex index.php index.html 4) 找到:AddType application/x-gzip .gz .tgz 添加这两行: AddType application/x-httpd-php .php(.前有空格) AddType ...

    php虚拟主机的配置

    DirectoryIndex index.html index.php Options FollowSymLinks AllowOverride None Order deny,allow Deny from all 这段代码用于配置虚拟主机的基本信息,如文档根目录、索引文件和目录权限。 3. 找到 C:\...

    apache+mysql+php整合

    - 编辑`httpd.conf`文件,主要修改两个部分:`Directory`(指定网站根目录)和`DirectoryIndex`(定义默认文档)。 2. **`Directory` 修改**: - 根据你的网站文件存放位置,调整`&lt;Directory&gt;`标签内的路径。例如...

    Apache使用说明书

    `DirectoryIndex`指令指定了当用户访问一个目录而不是具体文件时,服务器应该显示哪个文件作为默认主页。例如,如果你的默认主页是`Myfirstweb.htm`,你需要在配置文件中添加以下行: ```apacheconf DirectoryIndex...

    在线客服源码客户端php源码

    【★★★ apache配置: ★★★】 运行 apache_1_3_12_win32.exe ,按照提示安装,安装目录不妨为:  c:apache 2. 修改 c:apachehttpd....DirectoryIndex index.html index.php index.php3 index.htm index.shtml

    在线客服源码PHP源码

    【★★★ apache配置: ★★★】 运行 apache_1_3_12_win32.exe ,按照提示安装,安装目录不妨为:  c:apache 2. 修改 c:apachehttpd....DirectoryIndex index.html index.php index.php3 index.htm index.shtml

    Apache-安装图解.doc

    此外,还需要修改 DirectoryIndex 的目录,DirectoryIndex 是目录索引,用于指定目录的索引文件。 三、Apache 服务器测试 配置 Apache 服务器完成后,需要测试 Apache 服务器是否能够正常运行。测试的步骤是打开...

    zabbix部署安装总结.docx

    4. Apache 和 PHP 的配置,包括 DirectoryIndex 中添加 index.php、LoadModule 中添加 PHP 模块、PHPIniDir 指定 PHP 配置文件路径。 5. libxml2 支持文件的安装,支持 XML 解析。 本文档提供了 Zabbix 部署安装的...

    PHP编程常用技巧四则.doc

    如果想改变这个行为,可以在`httpd.conf`中修改`DirectoryIndex`设置,例如改为`DirectoryIndex index.php3`。为了防止用户直接看到目录中的文件列表,可以创建一个`.htaccess`文件并指定一个错误提示页面,如`...

    windowsXP下apache+php+mysql环境构建步骤

    - DirectoryIndex是指当用户只输入目录而没有指定具体文件时,服务器默认显示的文件列表。在httpd.conf中找到"DirectoryIndex"行,可以添加或调整默认文件列表,如"index.php index.html index.htm"。 5. **安装...

    【x64】ApacheService-2.4.37-vc14

    第271行DirectoryIndex index.html改为DirectoryIndex index.html index.php index.htm //支持更多的默认页 第354行 ScriptAlias /cgi-bin/ "c:/Apache24/cgi-bin/"改为ScriptAlias /cgi-bin/ "D:/Apache24/cgi-...

    apache移植心得

    在进行`DirectoryIndex`的修改时,需要注意的是,这个选项定义了当访问一个目录时,服务器自动加载的默认网页。如果已将`DocumentRoot`设置为`/www`,并且希望默认显示`index.htm`,可以直接在`httpd.conf`中设置`...

    windows2003下apache配置虚拟主机和绑定域名服务.doc

    - `DirectoryIndex`指定了网站默认显示的主页文件。 #### 2.4 测试配置 - 修改完httpd.conf文件后,保存并关闭文件。 - 重启Apache服务。可以通过Apache的控制面板进行重启操作,或者通过命令行使用`httpd.exe -k ...

    最新PHP环境搭建完全教程(环境搭建+IDE配置与使用+phpMyAdmin安装与配置).pdf

    修改 DirectoryIndex 查找 DirectoryIndex index.html,修改为 DirectoryIndex index.html index.php index.htm。 #### 5. 修改 ScriptAlias 查找 ScriptAlias /cgi-bin/ "c:/Apache24/cgi-bin/",修改为 ...

    基于php的在线考试系统(源码+数据库+安装文档).zip

    DirectoryIndex index.php RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] 将上述代码复制进去,确认保存 3.配置...

    apachephppgsql在linux下的编译方法.docx

    2. **配置Apache**:编辑Apache的配置文件`httpd.conf`,通常位于`/usr/local/apache/conf`,调整基本设置如User, Group, ServerName, DocumentRoot, DirectoryIndex等。确保DirectoryIndex指向index.php: ``` ...

Global site tag (gtag.js) - Google Analytics