I have put "index.html" files into every folder to create my pages.
For example www.mysite.com/volunteers/jasmine/ will display jasmine's page which is the index.html inside the folder "jasmine". And the "volunteers" folder doesn't contain any "index.html" file but when it's typed in the url as follows mysite.com/volunteers/ it displays all the folders inside volunteers folder under the heading "Index of /volunteers"
404 error document helps only to redirect the mysite.com/volunteers not mysite.com/volunteers/ (which contains a slash in the end)
Please help me get rid of this situation.
Thank you in advance!