Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
http.conf said:# Load config files from the config directory "/etc/httpd/conf.d".
#
Include conf.d/*.conf
welcome.conf said:#
# 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>
Funny that you should mention that- Not long ago, on a test server I was messing around with something (a CMS maybe) and tried to directly access a lower level folder that I shouldn't have access to. The 'error' [simply a php generated index.html] page was something like: Got your hand caught in the cookie jar, didn't you? It cracked me up at the time & I forgot about it until you reminded me.RhythmAce said:can be as simple as telling people they don't belong there and to go away