設定apache 不能直接訪問目錄
阿新 • • 發佈:2019-02-06
在 httpd.conf 作一下小小的修改就可以解決了~
首先請找到以下文字:
<Directory \ "你的apache安裝路徑\ ">
#
# This may also be "None ", "All ", or any combination of "Indexes ",
# "Includes ", "FollowSymLinks ", "ExecCGI ", or "MultiViews ".
#
# Note that "MultiViews " must be named *explicitly* --- "Options All "
# doesn 't give it to you.
#
Options Indexes FollowSymLinks
把 Options Indexes FollowSymLinks這行改成 Options None 就可以了。
然後重啟APACHE伺服器,再看看http://localhost/,是不是變成了:
Forbidden
You don\ 't have permission to access / on this server.
--------------------------------------------------------------------------------
Apache/1.3.14 Server at localhost Port 80
--------------------------------------------------------------------------------
首先請找到以下文字:
<Directory \ "你的apache安裝路徑\ ">
#
# This may also be "None ", "All ", or any combination of "Indexes ",
# "Includes ", "FollowSymLinks ", "ExecCGI ", or "MultiViews ".
#
# Note that "MultiViews " must be named *explicitly* --- "Options All "
# doesn 't give it to you.
#
Options Indexes FollowSymLinks
把 Options Indexes FollowSymLinks這行改成 Options None 就可以了。
然後重啟APACHE伺服器,再看看http://localhost/,是不是變成了:
Forbidden
You don\ 't have permission to access / on this server.
--------------------------------------------------------------------------------
Apache/1.3.14 Server at localhost Port 80
--------------------------------------------------------------------------------