Works in FireFox now but not IE
This is what I got in error.php now
<?php
echo "<html><head>
<title>404 Page not Found</title>
</head><body>
<h1>404 - Page not found</h1>
<hr>
Sorry, the page you were looking for was not found
</body></html>";
?>
Edit: Took awile for it to go threw IE but now it works
Thank you :)
Edit #2: It stopped working for IE now :(
Edit #3: Got it to work just added a little more stuff :)
<?php
echo "<html><head>
<title>404 Page not Found</title>
</head><body>
<h1>404 - Page not found</h1>
<hr>
<!-- Sorry, the page you were looking for was not found -->
<!-- Sorry, the page you were looking for was not found -->
<!-- Sorry, the page you were looking for was not found -->
<!-- Sorry, the page you were looking for was not found -->
<!-- Sorry, the page you were looking for was not found -->
<!-- Sorry, the page you were looking for was not found -->
Sorry, the page you were looking for was not found
</body></html>";
?>