Hi all

Where should i place the "ErrorDocument 404 /missing.html" code in my httpd.conf file ?
Should i place it between the <Directory /home/*/public_html></Directory> tags and remove the #?
Where should i place it?
#<Directory /home/*/public_html>
# AllowOverride All
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS PROPFIND>
# Order allow,deny
# Allow from all
# </Limit>
# <LimitExcept GET POST OPTIONS PROPFIND>
# Order deny,allow
# Deny from all
# </LimitExcept>
#</Directory>
Thanks in advance for your help

Aiko