If I have an .htaccess file in a given directory within my website, and want to specify an ErrorDocument relative to the .htaccess file, NOT relative to the document root, is this possible?
Something like: ErrorDocument 404 $CURRENT_DIRECTORY/404.php