well, i’m not sure how to explain this.
i got multiple files under the root directory of my website like; a.html, b.html, c.html
what i’m trying to achieve is to be able to redirect http://domain.com/answers/ to a.html while keeping the URL intact, as http://domain.com/answers/ .
i am able to redirect directories to these files by simple redirects, but that does not keep the URL intact.
can these two be done by htaccess?
Looks like you’re looking at basic URL rewriting.