• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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