2004-09-09 06:16:14 +00:00
|
|
|
#
|
2012-03-13 09:55:18 +00:00
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# NOTE: if this file is removed, it will be restored on upgrades.
|
2004-09-09 06:16:14 +00:00
|
|
|
#
|
|
|
|
<LocationMatch "^/+$">
|
|
|
|
Options -Indexes
|
2012-03-13 09:55:18 +00:00
|
|
|
ErrorDocument 403 /.noindex.html
|
2004-09-09 06:16:14 +00:00
|
|
|
</LocationMatch>
|
|
|
|
|
2012-03-13 09:55:18 +00:00
|
|
|
<Directory /usr/share/httpd/noindex>
|
|
|
|
AllowOverride None
|
|
|
|
Require all granted
|
|
|
|
</Directory>
|
|
|
|
|
|
|
|
Alias /.noindex.html /usr/share/httpd/noindex/index.html
|