I am trying to make custom 404, 403 error pages.
ErrorDocument 403 /404.php
ErrorDocument 404 /404.php
ErrorDocument 500 /404.php
this is what I included in .haccess file.
now when I load a 403 error I only get the php part of my 404.php page, and when I load a 404 error I get the full page.
also the php part is formatted differently on one error page then on the other. I think ill go nuts on this one please someone tell me what's going on.