1# 2# This configuration file enables the default "Welcome" page if there 3# is no default index page present for the root URL. To disable the 4# Welcome page, comment out all the lines below. 5# 6# NOTE: if this file is removed, it will be restored on upgrades. 7# 8<LocationMatch "^/+$"> 9 Options -Indexes 10 ErrorDocument 403 /.noindex.html 11</LocationMatch> 12 13<Directory /usr/share/httpd/noindex> 14 AllowOverride None 15 Require all granted 16</Directory> 17 18Alias /.noindex.html /usr/share/httpd/noindex/index.html 19Alias /noindex/css/bootstrap.min.css /usr/share/httpd/noindex/css/bootstrap.min.css 20Alias /noindex/css/open-sans.css /usr/share/httpd/noindex/css/open-sans.css 21Alias /images/apache_pb.gif /usr/share/httpd/noindex/images/apache_pb.gif 22Alias /images/poweredby.png /usr/share/httpd/noindex/images/poweredby.png 23