= Disabling Test Page
[id='disabling-test-page']
To disable the test page, comment out all the lines in the file `/etc/httpd/conf.d/welcome.conf` using `pass:[#]` as follows:
----
#
# Options -Indexes
# ErrorDocument 403 /.noindex.html
#
#
# AllowOverride None
# Require all granted
#
# Alias /.noindex.html /usr/share/httpd/noindex/index.html
----