NexServer Standard

1 gig, 20 POPs, $12.95 / month

NexServer 2nd Gear

2.5 gig, 3 domains, 40 POPs $20 / month

NexServer 3rd Gear

4 gig, 6 domain, 65 POPs $30 / month

NexServer 4th Gear

6 gig, 10 domains, 90 POPs $40 / month

Domain Registration

Custom Programming

SEO

Credit Card Merchant Accounts

IT Consulting

Web Design

Professional, Custom Graphics

Membership Sites

Database Driven Content

Secure Electronic Commerce

Flash-enhancement

PHP, MySQL, Perl, CGI Expertise

Business Computer Management

You know, if it were any other service I wouldn't have been concerned about not getting a quick response, but Speedsoft support has always been so fast I've become spoiled. Thanks for helping me out.

Peter Crosby

Amaranthine Aromatics

Moving our site was complex and they made it easy.

Jeffrey Trott

SoccerHelp.com
http://www.soccerhelp.com

I want to thank you for the fantastic job you have done for us over the past 2 years. Your service has been 100% perfect and you provide a value far in excess of the price. We plan to add 3 or 4 more related sites and will have Speedsoft host them all. Our Webmaster, who is a very demanding guy, is as impressed as we are. We would recommend Speedsoft (and have) without reservation. With your help, we have grown from a start-up to one of the top soccer websites in the U.S., with over 40,000 visitors and 500,000 hits per month, selling both subscriptions and merchandise.

David and Kay Huddleston

Support : Custom Error Pages

Back to Support

You can create custom error pages for your web site using an .htaccess file in your web server root directory. Simply create a file named .htaccess (or edit the one that might already be in your root folder) and add the following line to it:

ErrorDocument 404 /errordocs/page_not_found.html

This will cause the page named "page_not_found.html" located in a folder named "errordocs" to be displayed if a visitor to your web site tries to access a page that does not exist. The three main types of error documents are:

1. Switch on support for custom error documents through the Plesk interface. Go to a specific domain's administration page, click Setup, and select the Custom Error Documents checkbox.
2. Edit or replace the respective files. Be sure to preserve the correct file names:

400 Bad File Request - bad_request.html
401 Unauthorized - unauthorized.html
403 Forbidden/Access denied - forbidden.html
404 File Not Found - not_found.html
500 Internal Server Error - internal_server_error.html
3. Once done editing, you will have to wait until the web server is restarted. After that, the web server will start using your error documents.

For more information about this, please see the Apache server documentation at http://httpd.apache.org/docs/mod/core.html#errordocument.