View Single Post
  #4 (permalink)  
Old 02-28-2008, 05:37 PM
xentek's Avatar
xentek xentek is offline
Senior Member
 
Join Date: Feb 2008
Posts: 112
Default

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).
Reply With Quote