I am attempting to make redirects on my small server using .htaccess files.
My heirarchy is much like this:
File Folder > consists of .htaccess and /file/ directory
If a person would go to File Folder, I would like it to redirect from just / to /file/ while using .htaccess. How do you do this?
RewriteEngine On
RewriteRule ^file/$ / [L]