[TYPO3-english] RealUrl errorlog: Couldn't map alias "favicon.ico" to a language
Stig Kjeldsen
sk at itu.dk
Tue May 12 20:08:12 CEST 2009
well... it didn't
Stig Kjeldsen skrev:
> I added this two lines to my .htaccess file and it seems to work
>
> RewriteRule ^typo3$ - [L]
> RewriteRule ^typo3/.*$ - [L]
>
> My .htaccess:
> [cut]
> # Enable URL rewriting
> RewriteEngine On
> RewriteRule
> ^(typo3|t3lib|tslib|fileadmin|typo3conf|typo3temp|uploads|showpic\.php|favicon\.ico)/
> - [L]
>
> RewriteRule ^typo3$ typo3/index_re.php [L]
> RewriteRule ^typo3$ - [L]
> RewriteRule ^typo3/.*$ - [L]
>
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteCond %{REQUEST_FILENAME} !-l
>
> RewriteRule .* index.php [L]
> [cut]
>
> Best regards
>
>
> stig kjeldsen
>
>
> Stig Kjeldsen skrev:
>> Hello List
>>
>> I have a multi language site with RealUrl in action.
>>
>> In my error log I see this error:
>> Error description: Couldn't map alias "favicon.ico" to a language
>> URL: favicon.ico
>>
>> But I can't figured out what makes the problem happen
>>
>> This is my TS:
>> # Add a favicon to the main page
>> page.shortcutIcon = fileadmin/templates/favicon.ico
>>
>> The favicon.ico is placed at position
>>
>> Anyone who can give me a clue where to look?
>>
>>
>> Best regards
>>
>> Stig Kjeldsen
More information about the TYPO3-english
mailing list