I want to put an .htaccess file in a directory of my website. For this purpose in:
www.mysite.com/dir/
Then I want anything after /dir/ to direct to /dir/index.html but still display the original URL in the browser.
So for example:
www.mysite.com/dir/foo/bar -> www.mysite/dir/index.html
So in essence I want the browser to go to index.html but display the original URL
Could this be done with a reverse proxy?