Hi

I have set the favicons globaly, only.
They work fine on the front page, but throw 'page not found' error on other pages.
For example, in user view page: my_site/user/238, the favicons take up this path: my_site/user/mytheme/favicon.ico. Which is a non-existant url.

While in the front page, the path to that favicon is: mytheme/favicon.ico. Which is the correct path.
So, user pages do not inherit the global favicons settings.

Thanks

Comments

Sarahphp1 created an issue. See original summary.

damienmckenna’s picture

Can you please show screenshots of the values from the config pages so I can see what they look like?

0sarah0al’s picture

oh I am sorry, please ignore.

It's my settings.php
I should have added a site-url variable so that when I use the absolute path in metatags module's global settings (configuration), the right url is used.

My current settings returns a url:
http://localhost.test/theme/favicons/favicon.ico (wrong url)
instead of
http://localhost.test/mysite/theme/favicons/favicon.ico (right url)

And that produces: page not found.

Sorry about the false alarm.

0sarah0al’s picture

Status: Active » Closed (works as designed)