I've been trying to understand why if you use the following placed in a .htaccess file, the resulting page is without pictures, template formatting and CSS.
ErrorDocument 404 /xcart/customer/search404.php
However if you use...
ErrorDocument 404
http://www.yourdomain.com/xcart/customer/search404.php
Everything shows perfectly.
WHY?