I don't know if this counts as a redirect, but I need all url's that start with a to open up the index.html in their first directory. Meaning website.com/blog
and website.com/blog/3
both use website.com/explore/.index.html
file, while website.com/albums
, website.com/albums/john-smith
, and website.com/albums/john-smith/4
all use website.com/albulms/index.html
Is there anyway to make the index.html
files load without changing the redirect of the url
itself?