Thread: 404 error page problems
Results 1 to 3 of 3
Related
-
IE shows error on page code 0, can anyone help please? Forum: Javascript Forum
Replies: 3 -
Parse error, parse error unexpected T_variable. Help appreciated! Forum: PHP Forum
Replies: 8 -
DB-Library error: General SQL Server error: Check messages from the SQL Server. Forum: General Discussion
Replies: 0 -
Error MySQL Error: 1064 - subqueries Forum: PHP Forum
Replies: 0 -
[duplicated]web page error Forum: Web Hosting Forum
Replies: 11
-
10-25-2003, 10:20 PM #1
404 error page problems
I have a customised 404 page for my site which works fine and shows all jpgs/giffs if error occurs in main page. However, if a 404 error occurs in a subdirectory the 404 page shows but the jpgs/giffs are missing. Does this mean I have to put the icons in each directory, or is there another solution?
Example:
http://stevenredhead.com/car.html works fine
http://stevenredhead.com/Ecology/fish.html - no jpgs/giffs.
Any ideas how to resolve are most welcome.
-
10-26-2003, 03:26 AM #2
Hi there, welcome to the forums.
With 404 pages, no matter where you are they always call the root page, so this can cause this problem.
Easiest was is to use absolute paths for your images, so instead of
HTML Code:<img src="picture.jpg">
HTML Code:<img src="/picture.jpg">
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
10-26-2003, 04:14 AM #3
404 page
Thanks QuiteDean,
Got success. Thank you for your time and ideas.
Cheers
Steven
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum