VICNET Help is open from
9am - 5pm weekdays
(except public holidays)
Call Us: 8664 7001
Toll Free: 1800 629 835
Fax: 9639 2175
Library & Broadband Customers with 24hr Support please call the direct paging service immediately to report any outages.
Note: Custom Error Pages are available for Virtual Web Server (VWS) Customers only.
When someone tries to access a file that does not exist on your site, normally they'll get a page that looks like this:
If they are using a recent version of Internet Explorer they may see Microsoft's so-called 'friendly' error message pages, which look like this:
Arguably neither version looks particularly professional or is very helpful to anyone viewing your Web site.
If you have recently reorganised your site, and there is the chance that people have bookmarked pages that no longer exist, or you have password restricted areas on your site, it is probable that viewers of your Web site may come accross an error message. Thankfully Vicnet Virtual Web Server (VWS) customers have the option of using custom error pages on your Web site. Here's how to do it:
ErrorDocument 401 pathTo/authorization_required.htm
ErrorDocument 403 pathTo/access_forbidden.htm
ErrorDocument 404 pathTo/file_not_found.htm
ErrorDocument 500 pathTo/internal_server.htm
ErrorDocument 404 /errors/file_not_found.htm
htaccess.txt
to
.htaccess
i.e. Nothing should precede the "." and there should not be any filename extension such as .txt or .doc
You should now have custom error pages!