Remove /public/
<link rel="shortcut icon" href="http://site1.xxx/favicon.ico" type="image/x-icon">
Your document root should be the public folder, the favicon.ico file resides at site1.xxx/favicon.ico
.
I did it, but nothing changed. Here's the Apache config:
DocumentRoot /var/www/site1/public
<Directory /> Options +FollowSymLinks AllowOverride All </Directory><Directory /var/www/site1/public>
Options -Indexes +FollowSymLinks +MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community