401
401
Out of context: Reply #11
- Started
- Last post
- 14 Responses
- de4k0
I'm having some related issues with this if anyone can help...
I have my error pages in a sub directory..
www.mysite.com/error-pages/
along with the relevant jpgsso my .htaccess reads:
ErrorDocument 404 /error_pages/404.htmlwhich is great.
my problem is with the jpg within the 404.html file.
it won't pick it up unless the jpg is in the directory mistakenly requested, but it finds 404.html no probs:
http://www.nicholasdeakin.com/im…whats the deal?
why won't it find the jpg like any normal html doc?
do I have to put a copy of the jpg in every sub-directory?