/etc/httpd/conf.d/welcome.conf

/etc/httpd/conf.d/welcome.conf
welcome.conf

1 내용[ | ]

# 
# This configuration file enables the default "Welcome"
# page if there is no default index page present for
# the root URL.  To disable the Welcome page, comment
# out all the lines below.
#
<LocationMatch "^/+$">
    Options -Indexes
    ErrorDocument 403 /error/noindex.html
</LocationMatch>

2 같이 보기[ | ]