I have the following file system for my website which cannot be changed.
public_html
- css
- js
- .(other such folders)
- .
- vtu (<-The one I need to redirect to)
I need to ensure that all folders except 'vtu' cannot be accessed (and preferably should redirect to 'vtu'). And also, the home page
example.com should redirect to
example.com/vtu
Putting it in simple terms, if anything other than the vtu sub directory or its content(s) is requested for, there should be a redirect to example.com/vtu
I hope my problem has been expressed clearly enough.