This is a really stupid question, but I never actually thought about this until now, when I want to change my homepage, but I can't, since it is dynamic. How do browsers know which file to load show when http://www.example.com/ is typed into a browser? Is the default index.html? What about index.htm, index.php? Are these also defaults?
What if you want your "index.html" page to not be the default homepage...how would you change that? I want a dynamic page to be the default homepage....is the only way to accomplish this through htaccess?