2
votes
2answers
83 views

404 page not showing URL

My 404 page (/404.php) works, it's sending the proper headers (404 - Not found) But the thing is, it's not giving the link that caused it (eg example.com/thisisnon-existant.htm) but instead it's ...
2
votes
1answer
61 views

Why are perfectly legitimate pages on my website registering in Google Webmasters as 404?

I have seen this question asked several times here, but never clearly answered. I suspect it has something to do with my .htaccess file: # BEGIN WordPress <IfModule mod_rewrite.c> ...
0
votes
1answer
62 views

Is there any way to prevent Googlebar from breaking Friendly 404s

This might be considered a continuation of this question. If I output HTML after my 404 header, It displays properly in IE and FF unless the user has Google bar instaled. If I try header('HTTP/1.x ...
0
votes
0answers
309 views

Nginx 404 not working with PHP?

I have a 404 file and it is working with nginx. However when I modify the 404 file to redirect the user it does not redirect. visiting http://site.com/404.php redirects the user. visiting ...
0
votes
0answers
54 views

404 error out of no where on .php file [closed]

I have a website which I've built that I have gone to a bunch of times today. Out of nowhere I receive a 404 Page Not Found error, I didn't do anything. The site loads an index.html file which points ...