summary refs log tree commit diff stats
path: root/.htaccess
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-21 11:18:19 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-21 11:18:19 -0500
commit7d049520112991edf1f1fd1f446bb892fc680b9c (patch)
treedf8206b5d12ada89bd34820af5449469ce9f1403 /.htaccess
parent7b0c0ef6aeee750eed8258d2e125144bd95a7a43 (diff)
downloadfourisland-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.htaccess2
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 @@
1ErrorDocument 404 http://fourisland.com/error/404.php
2
1RewriteEngine On 3RewriteEngine On
2 4
3RewriteCond %{HTTP_HOST} ^www.fourisland.com [NC] 5RewriteCond %{HTTP_HOST} ^www.fourisland.com [NC]