I created a .htaccess page that has
ErrorDocument 404 [url]http://www.mysite.com/404.php[/url]
However that will not work on my hosted site, they have both Apache and have PHP, but for whatever reason whenever I use that it then makes every page show up blank, even pages that were valid.
Yes, I do actually have a file called 404.php that gives some info about "you put in the wrong address/page moved...".
I'm not sure why its not working, maybe its the way they have the server setup I cant figure it out. I can put up some of my phpinfo() if you need me to
Please help thanks