The content of my site is located in www.example.com/main/. I would like to use .htaccess to redirect users from www.example.com to www.example.com/main/ seamlessly, preferably so that URL remains www.example.com despite this redirection.
I've looked at http://corz.org/serv/tricks/htaccess2.php but I can't seem to figure out how to make this simple redirect. What do I need to do to make this work? Also, can you point me to a resource you've used to learn .htacess rules? I would like to learn them for the future.