Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How and where do i place favicon.ico in an index.php page?

Featured Replies

Hi, im trying to add my favicon.ico to my index.php site

 

can some tell me what and where i need to type??

 

Most tutorials give me it in html but my index looks different to theres??

 

Thanks

Hi, im trying to add my favicon.ico to my index.php site

 

can some tell me what and where i need to type??

 

Most tutorials give me it in html but my index looks different to theres??

 

Thanks

All you need to do is put your favicon.ico in the root folder (so you'll be able to find it at http://www.yoursite.com/favicon.ico) and modern browsers will automatically use it.

 

If you really feel the need to add code, or your icon was called something other than "favicon.ico" or placed somewhere other than the root folder, you'll need the following code in the head tag of every single page

<link rel="shortcut icon" href="http://www.yoursite.com/folder/favicon.ico">

 

The only modern browser that will need to be told where your favicon.ico is, is Opera.

 

Opera is a law into it's self.

 

This is a bug in Opera - If you have had Opera installed from many previous versions and simply upgraded it, it will not look for the 'favicon.ico'.

 

To fix this small bug, un-install Opera completely - Then reinstall the latest version.

 

Bug Found & Solved on Windows Vista Ultimate x86 Edition.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.