From 7d049520112991edf1f1fd1f446bb892fc680b9c Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 21 Dec 2008 11:18:19 -0500 Subject: Re-did 404 page For some reason, the 404 page was previously filled with terrible semantics, IE classes and it didn't look great. Now, the HTML has been improved. The Search clause has been fixed, there was a bug with displaying the search terms. Also, the error document has been set to the 404 page so the 404 page is actually shown when a page cannot be found. --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 9b841b1..3fd4fe2 100755 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,5 @@ +ErrorDocument 404 http://fourisland.com/error/404.php + RewriteEngine On RewriteCond %{HTTP_HOST} ^www.fourisland.com [NC] -- cgit 1.4.1