I've used cusom error pages in my domains.
however - I think I'm missing something with regards to the logic. I could NEVER have:
ErrorDocument 404 /error.html
I always needed to have
ErrorDocument 404
http://www.domain.com/error.html
Almost all the "tutorials" I have seen with regards to this say you can do /error.html instead of the full domain but none explain the difference.
Why is this? Am I missing an option in my httpd.conf? Do I need to "enable" some sort of virtual directory resolution like followsymlinks?