Posting with slug “favicon” gets redirected
-
I’ve created a WordPress posting with an URL slug “favicon”:
https://blog.zeta-producer.com/favicon/
Unfortunately this seems to somehow interfere with the favicon, because instead of showing the posting, I see an error message:
Not Found
The requested URL /favicon.ico/ was not found on this server.Probably some URL rewriting gets in the way.
My question:
Are there any workarounds (beside renaming the slug) to show my posting under the “favicon” slug?
More information:
I _do_ have a
/favicon.ico
file in-place. (no trailing slash, obviously)My .htaccess file looks like this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Posting with slug “favicon” gets redirected’ is closed to new replies.