Hello! I tried to register in .htaccess

AddType application/x-httpd-php .ico 

, but did not help, the file is given for download: (

  • Does this mean that your ico file does not store images, but a php code? - maestro
  • Of course it means :) - thetur

1 answer 1

AddHandler application / x-httpd-php .ico

try this

  • did not help (file ceased to be given for download, just opens in a browser with php source code - thetur