The page at example.co.in has a custom 404 page located at example.co.in/errors/404.html.
When I try accessing a non existent page from within the errors directory like this example.co.in/errors/baba (this page doesnt exist) I get the proper 404 page. However when I try to access a nonexistent page from a directory above or from any other directory I get the page but the image doesnt load.
The image is located in the errors directory same as the 404.html page.
<img src="rajni.jpg">
If I put the image in the main html directory (www) it works perfectly fine. The question is why does example.co.in/errors/baba work and example.co.in/baba not work?
EDIT: The links have been changed and wont work because of an SEO problem.
.htaccess
– OneOfOne Sep 13 '13 at 23:55