Link to home
Start Free TrialLog in
Avatar of rmmarsh
rmmarshFlag for United States of America

asked on

.htaccess: page refers but is missing all of the images

I have a website that occassionally gets a 404 error.  So, I modified .htaccess to trap the 404 error and redirect ot a page to explain what happened.  My problem is the redirection is working fine, but the images for that error page are not showing.  

The website is: pragersoftware.com
The page that will cause the error is: http://pragersoftware.com/clickCounter/stats.php (click on the second line)
The page to handle the errors is:  pragersoftware.com/error404Handler.htm
My .htaccess code is:  ErrorDocument 404 /error404Handler.htm

How can I fix this?
ASKER CERTIFIED SOLUTION
Avatar of sweetfa2
sweetfa2
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rmmarsh

ASKER

Thank you... so easy when you know what you're doing! :D