PDA

View Full Version : 404 displays wrong page


kaleidoscopewebs
02-09-2001, 09:14 AM
I have my 404.html page in my www directory, and once upon a time it worked fine.[nbsp][nbsp]But....I must have goofed something up, because now a 404 page appears, and it is mine, but the images and CSS seem to be missing or not linked...???[nbsp][nbsp]I have re-uploaded the entire page and CSS file several time, all to no avail.[nbsp][nbsp]What am I missing?

Example of the "wrong" page is: http://www.kaleidoscopewebs.com/Temp_IEC/Site_Files/Services.htm

Thanks for the help![nbsp][nbsp]You guys are always quick, and usually right on the money! :-)

Rebekah
------------------

Arthur
02-09-2001, 09:41 AM
Make the links to the graphics on your 404.html page absolute. E.g. instead of Graphics/AnimHomeButton.gif use /Graphics/AnimHomeButton.gif
If you have relative paths to the graphics, they can't be found when the page that can't be found is in a sub-directory.

HTH,
Arthur

kaleidoscopewebs
02-09-2001, 10:15 AM
Arthur-

That was the problem.[nbsp][nbsp]Thanks![nbsp][nbsp]I should have figured that out![nbsp][nbsp]You saved me a lot of head scratching. :-)[nbsp][nbsp]I appreciate it!

-Rebekah