I have php code in my * .html file. where is the link
echo 'img src="rs.ru/images/cat_pic_files/123123.jpg"></a>
Must be
echo 'img src="rs.ru/images/cat_pic_files/123123.jpg/"></a>
With a slash picture is not visible. It is clear - the Apache is looking for a folder instead of a picture.
How to make the slash to be (and in the url too), the picture was displayed, without mod rewrite?