在apache中设置访问目录后进入的默认页面为index.php
在apache中设置访问目录后进入的默认页面为index.php
找到apache的配置文件httpd.conf后找到
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
在其中添加index.php,
在apache中设置访问目录后进入的默认页面为index.php
找到apache的配置文件httpd.conf后找到
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
在其中添加index.php,