Hi,
Verstanden?
Ja.
Du hast wahrscheinlich sowas in einer .htaccess-Datei stehen:
ErrorDocument 404 http://www.buleandra.info/Pages/404.php
Inhalt der .htaccess:
ErrorDocument 403 http://www.buleandra.info/Pages/404.htm
ErrorDocument 404 http://www.buleandra.info/Pages/404.htm
ErrorDocument 405 http://www.buleandra.info/Pages/404.htm
ErrorDocument 500 http://www.buleandra.info/Pages/404.htm
Besser:
ErrorDocument 404 /Pages/404.php
Hatte aber nicht so wirklich funktioniert.
Deswegen hab ichs mit der ganzen Pfadangabe gemacht. Lief seid 2Tagen wunderbar.
Daniel :)