diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-21 11:18:19 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-21 11:18:19 -0500 |
commit | 7d049520112991edf1f1fd1f446bb892fc680b9c (patch) | |
tree | df8206b5d12ada89bd34820af5449469ce9f1403 /.htaccess | |
parent | 7b0c0ef6aeee750eed8258d2e125144bd95a7a43 (diff) | |
download | fourisland-7d049520112991edf1f1fd1f446bb892fc680b9c.tar.gz fourisland-7d049520112991edf1f1fd1f446bb892fc680b9c.tar.bz2 fourisland-7d049520112991edf1f1fd1f446bb892fc680b9c.zip |
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.
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index 9b841b1..3fd4fe2 100755 --- a/.htaccess +++ b/.htaccess | |||
@@ -1,3 +1,5 @@ | |||
1 | ErrorDocument 404 http://fourisland.com/error/404.php | ||
2 | |||
1 | RewriteEngine On | 3 | RewriteEngine On |
2 | 4 | ||
3 | RewriteCond %{HTTP_HOST} ^www.fourisland.com [NC] | 5 | RewriteCond %{HTTP_HOST} ^www.fourisland.com [NC] |