0
Welcome Guest! Login
0 items Join Now

SOLVED Where can I find The favicon Code?

  • SOLVED Where can I find The favicon Code?

    Posted 9 years 6 months ago
    • Yes. In which file can I find the code to modify the favicon call? Thanks!
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Where can I find The favicon Code?

    Posted 9 years 6 months ago
    • Thomas Venugopal wrote:
      Yes. In which file can I find the code to modify the favicon call? Thanks!

      You don't have to, our template will take care of it. Just put a valid 16x16 .ico file in the root folder of your Joomla installation.
  • Re: SOLVED Where can I find The favicon Code?

    Posted 9 years 6 months ago
    • I know but I want to modify the code. Where can I find it?
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: SOLVED Where can I find The favicon Code?

    Posted 9 years 6 months ago
  • Re: SOLVED Where can I find The favicon Code?

    Posted 9 years 6 months ago
    • Ok, the long story... ;)

      We have a Joomla installation on our local server where we host many landing pages and route them with a proxy across different domains for different sub-companies. The goal is to use one single template. But we need different favicons because each domain has its own favicon.

      Example:

      www.nkl-peters.de/landing/nkl/glueckspakete - favicon for nkl-peters.de
      www.gloeckle.de/landing/skl/traumjoker - favicon for gloeckle.de
      www.evita-energie.de/landing/evita/solitude - favicon for evita-energie.de

      This works because these are different templates. But I want to use only 1 template.

      Now I'm looking for a solution to show a favicon for each domain with one single template.

      Maybe that could be done with htaccess?
  • Re: SOLVED Where can I find The favicon Code?

    Posted 9 years 6 months ago
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: SOLVED Where can I find The favicon Code?

    Posted 9 years 6 months ago
  • Re: SOLVED Where can I find The favicon Code?

    Posted 9 years 6 months ago
    • great idea! will look into both approaches!

      thanks
  • Re: SOLVED Where can I find The favicon Code?

    Posted 9 years 6 months ago
    • I found a better solution:

      RewriteCond %{HTTP_HOST} domain1.de
      RewriteRule ^([^/]+/)*favicon\.ico$ /domain1.de_favicon.ico [L]
      RewriteCond %{HTTP_HOST} domain2.de
      RewriteRule ^([^/]+/)*favicon\.ico$ domain2.de_favicon.ico [L]

      It's connected to the domains (my goal), no need for plugins or other features and it just works.
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: SOLVED Where can I find The favicon Code?

    Posted 9 years 6 months ago

Time to create page: 0.044 seconds