• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Favicon Issue

WinstonC

New Pleskian
http://mufirenet.com
http://mufirenet.com/stuff/sends.gif

If you look at the first link you can see i have a custom favicon (All perfect)
If you look at the second link, you can see that any images or media files i host have the Plesk favicon (not perfect)

My host
https://www.unlimitedwebhosting.co.uk/index.php
Are saying that this is unfixable from my end because i do not have access to
Default favicon for sites - /var/www/vhosts/default/htdocs/favicon.ico
For Plesk admin interface - /usr/local/psa/admin/htdocs/favicon.ico

How exactly am i supposed to fix this very very bad issue ?
I am one step from leaving my host at this point and finding a host that does not use plesk, because this is not very good at all
 
You can try create .htaccess file with mod_redirect rule:
For example:
RewriteEngine on
RewriteRule ^favicon\.ico$ /wp-content/uploads/ultimate-branding/includes/favicon/favicon.png [L]
 
Back
Top