Re: Favicon Location (can it be changed)
The portal:favicon tag in your layout.master doesn't allow for a physical path to be specified; replace it with the standard HTML
<link rel="shortcut icon" href="/path/to/your/favicon.ico" />
Remember you'll have to define the specific path from the root for the location of the favicon.ico file.