Using .htaccess I want to redirect all requests from index files to the directory index.
Anything that starts with “index.” should be redirected to that directory index, including all sub directories.
http://example.com/index.html
Should redirect to:
http://example.com/
http://example.com/sub/dir/index.php
Should redirect to:
http://example.com/sub/dir/
http://example.com/images/large/index.htm
Should redirect to:
http://example.com/images/large/