I don't want the user to see the sub directory structures. So I am thinking of redirecting the user to the homepage whenever they try to access that.
you can just put .htaccess file with Options -Indexes in it in root directory.
Options -Indexes
How do I disable directory browsing?