Web Development

Web talk for our Web people

Archive

Posts Tagged ‘404 error’

Update to the 404 problem

November 7th, 2008

Between support calls and various other projects and fires for the day, I have come close to what I feel is going to be a very useful 404 page.  Borrowing the right wording from Xavier and a similar layout - it just feels elegant.  It will do until the Web Advisory Committee has a chance to review it.

MSU Custom 404 page

I am very happy with the look and functionality of the page. One issue remains with the page, and this may be just when it is being called through an .htaccess file:

ErrorDocument 404 /404.php

Oh, the plans I have for this page. Oh, the plans. 

Interestingly, the above code works very well. But the below code doesn’t. And I am sure there is a good reason though it escapes me at this time.

ErrorDocument 404 http://www.yourdomain.edu/404.php

MSU Domain Projects

Custom 404 error pages

November 6th, 2008

One issue I am beginning to look at is developing a custom 404 error page for the montana.edu Web domain.  Right now, we have:

Current MSU 404 Page - Default
Look at those bells and whistles of a default 404 page.

While it was always on the back of my mind to improve this document - it has never reached the top of the “to-do” list, until now.  I am looking at some great improvements, mostly brought on by the talk given by Xavier University at HighEdWeb2008.  Xavier has very useful 404 error page, both for the end user and the Webmaster alike.

http://www.xavier.edu/asdf
Xavier University Custom 404 Error page

I encourage you to follow the link above to see it beyond my 390px screen shot.

I am going to use their page as a model for MSU, implementing some of our own tools like a job ticketing system to report broken links that currently does not exist. Know of a student that needs an internship?

In combination with their already excellent model, I will be integrating some of the Google Webmaster tool code, and possibly some recommendations from A List Apart and 4 Guys from Rolla.  If you are interested in following this or have recommendations please let me know.  Always check out A List Apart and 4 Guys from Rolla (more of an asp programming resource), two fantastic Web resources.

MSU Domain Projects