That's one way to do it, but you really don't need to involve mod_rewrite if you don't want to.... you just need to find out which part of your app structure is consider the root of the web folder.... Our atypical set up allowed me to just put the favicon.ico in the root of my project folder, next to my index.php file (the one that includes my bootstrap and sets up my frontController).
|