So if the user types mydomain.com/dashboard, the document the server actually sends them is /launch.php?i=/dashboard.
The one caveat is that I would like to leave requests for
- /flags
- /people
- /posters
- /css
- /icons
- /images
- /libraries
- /patterns
alone, and they should request the actual folder.
How would I create such a mod_rewrite?