I tried to ask this over on the WordPress Support site, but no one has gotten back to it in forever. I was going to search the site, but their search wasn't working so I just posted again. Anyhow, what's happening is this:
I have the Permalinks making friendly URLs and it's causing it to take over my everything. I want to have a custom 404 that is not the WP 404 page. The main problem is that when someone gets a 404, it redirects then to index.php and that causes my stats to be showing a ton of hits that are really just 404s.
I tried adding "ErrorDocument 404 whatever.html" and nothing happens. It continues to go to index.php on a 404. Or any other site error for that matter. My htaccess file says this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Perhaps someone can help me take back my 404 page control?


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks