Forums / Setup & design / Favicon

Favicon

Author Message

Kristoffer Karlsson

Wednesday 16 November 2005 2:36:52 am

Where am I supposed to put the file "favicon.ico"?

In /design/site/images?

What modifications do I have to make it work in the browser?

_____________________________________
Blog: http://www.kristofferkarlsson.com
Website: http://www.spelkanalen.com

Łukasz Serwatka

Wednesday 16 November 2005 4:36:40 am

> /design/site/images

That is a right place.

Put in <head> section

<link rel="Shortcut icon" href={"favicon.ico"|ezimage} type="image/x-icon" />

If you use VirtualHost setup will have to exclude favicon.ico from rewrite rule.

e.g

RewriteRule ^/favicon.ico - [L]

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Kristoffer Karlsson

Wednesday 16 November 2005 4:49:57 am

Thanks for your answer!

In which file do I change the rewrite rules?

In the httpd.conf?

_____________________________________
Blog: http://www.kristofferkarlsson.com
Website: http://www.spelkanalen.com

Łukasz Serwatka

Wednesday 16 November 2005 5:15:12 am

Yes, usually in httpd.conf.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog