如何让apache显示目录
环境是wamp3,apache是2.4的,之前用wamp2.5的时候,documentroot指定为h:demo(主目录下没有index.php之类的),每次打开localhost是一个所有项目的目录,这次更新完wamp3,发现打开localhost是not found,但是输入localhost/test/ 能打开项目(test下有index.php)说明documentroot什么的配置是对的,我查了下如何显示apache目录。
回答说http.conf中
Options Indexes FollowSymLinks
可我发现我是有这项的
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.4/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# AllowOverride FileInfo AuthConfig Limit
#
AllowOverride all
#
# Controls who can get stuff from this server.
#
# onlineoffline tag - don't remove
Require local
相关阅读:
请教PHP中关于unset()函数的运用场景
iOS mobile web viewport user-scalable问题
锤子便签一键生成图片是什么原理啊?
如何取消PHPstorm的强制缩进?
python 字典中有中文写入文件后变成编码
精简一个if语句
nginx跳转URL不变
调用free函数后,p指针指向什么
使用nvm后/usr/local/bin/node找不到
安卓开发中如何在本程序中删除其他程序的外部缓存
请教CSS @media print 的一些问题
同样的内容在ie9下就会多出两个像素?
如何用python使GoAgent窗口打开后自动最小化以及关闭之前的py.exe窗口
ER图里有一个标记看不懂
“clobber the lvalue”什么意思?
php 5.2.7版本,没有$SERVER['HTTP_REFERER'] 这个值呢???。另外防盗链代码到底有哪些手段?。
SQL:SELECT /*!32302 1/0, */1具体什么意思呢?
如何理解下面一段js代码?
服务器上的带宽是根据什么来合理配置的?
java判断字符串数组中是否存在某个值,arrays类有这个方法吗