Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 15, 20186 yr Hey guys, My webserver log files are full with lines like: [Tue May 15 07:04:45.548778 2018] [core:error] [pid <pid>] (13)Permission denied: [client <IP>] AH00132: file permissions deny server access: /path/favicon.ico [Tue May 15 07:04:45.596332 2018] [core:error] [pid <pid>] (13)Permission denied: [client <IP>] AH00132: file permissions deny server access: /path/favicon.ico [Tue May 15 07:04:48.766499 2018] [core:error] [pid <pid>] (13)Permission denied: [client <IP>] AH00132: file permissions deny server access: /path/favicon.ico [Tue May 15 07:04:48.843391 2018] [core:error] [pid <pid>] (13)Permission denied: [client <IP>] AH00132: file permissions deny server access: /path/favicon.ico [Tue May 15 07:30:08.719814 2018] [core:error] [pid <pid>] (13)Permission denied: [client <IP>] AH00132: file permissions deny server access: /path/favicon.ico [Tue May 15 07:30:15.949087 2018] [core:error] [pid <pid>] (13)Permission denied: [client <IP>] AH00132: file permissions deny server access: /path/favicon.ico I'm sure it has to do with my (standard) .htaccess file: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> I never noticed these log entries before, but recently I changed my forum from HTTP to HTTPS (through conf_global.php) and since then this is happening. Can someone help me fix this?
Archived
This topic is now archived and is closed to further replies.