Favicon not showing #1013

Closed
opened 2026-02-04 23:24:05 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @ghost on GitHub (Jan 29, 2019).

Describe the bug
Favicon for BookStack installation not showing in the tab bar or bookmarks of browser.

Steps To Reproduce
n.a.

Expected behavior
Favicon should show in tab bar and bookmarks

Screenshots
image

Your Configuration (please complete the following information):

  • Exact BookStack Version (Found in settings): v0.25.1
  • PHP Version: PHP 7.1
  • Hosting Method (Nginx/Apache/Docker): Nginx
Originally created by @ghost on GitHub (Jan 29, 2019). **Describe the bug** Favicon for BookStack installation not showing in the tab bar or bookmarks of browser. **Steps To Reproduce** n.a. **Expected behavior** Favicon should show in tab bar and bookmarks **Screenshots** ![image](https://user-images.githubusercontent.com/33149584/51900340-54301200-23b5-11e9-876a-c5303e78d9a6.png) **Your Configuration (please complete the following information):** - Exact BookStack Version (Found in settings): v0.25.1 - PHP Version: PHP 7.1 - Hosting Method (Nginx/Apache/Docker): Nginx
OVERLORD added the 🐕 Support label 2026-02-04 23:24:05 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Feb 2, 2019):

Hi @TheKorbi,

By default bookstack will show a favicon via the browser's default /favicon.ico fetching but that will fail for you since you have installed BookStack within a URL subdirectory.

You could either place a favicon at /favicon.ico or you could add:

<link rel="icon" href="/<bookstack_subpath>/favicon.ico" type="image/x-icon" />

to the custom HTML head setting in the admin area.

@ssddanbrown commented on GitHub (Feb 2, 2019): Hi @TheKorbi, By default bookstack will show a favicon via the browser's default `/favicon.ico` fetching but that will fail for you since you have installed BookStack within a URL subdirectory. You could either place a favicon at `/favicon.ico` or you could add: ``` <link rel="icon" href="/<bookstack_subpath>/favicon.ico" type="image/x-icon" /> ``` to the `custom HTML head` setting in the admin area.
Author
Owner

@ghost commented on GitHub (Feb 7, 2019):

Hi @ssddanbrown ,
that solved my problem thanks! Works like a charm.

@ghost commented on GitHub (Feb 7, 2019): Hi @ssddanbrown , that solved my problem thanks! Works like a charm.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1013