"Life is about timing."Carl Lewis
|
| |
404 page not found - a marketing secret Here's a cheap magic trick for you - I bet you I can guess the answer you will give to the following question: What do you usually do when you click on a link or button and get the classic "404 File Not Found" page? 1. You click on the "Back" button of ...
Common Misconceptions about Developing a Web Site As a web designer who practically spends their entire day online, I realize there is a lot of misinformation about the Internet and many false expectations of what it can accomplish. I thought I'd share some of the comments I've received from people and ...
The Lowdown: How To Create And Send HTML Email I am frequently asked how to create and send HTML email, usually with regard to how to broadcast it to a mailing list. This article presents the various options available to you. How to create HTML email: Creating the content of an HTML email is very ...
|
|
|
| |
We've all seen them, you've been browsing a website and you click a link and nothing loads apart from the words '404 Error' along with the usual stuff.
So what is a 404 Error page? The 404 Error page, basically informs the user that the server cannot find the file they are looking for. However, instead of using the default 404 Error page you can create your own, this is how you do it.
First, you need your .htaccess file which should be within your web site directory. If you cannot find it you will need to create one. You will have to contact your host asking them how you would go about creating or editing this file. They may want you to use a text editor and then upload it, or they may want you to use a PICO editor and create or edit the file on the server.
How you have access to the .htaccess file lets edit it. Add this line to the .htaccess file:
ErrorDocument 404 http://www.yourdomain.com/404page.html
Make sure this line is kept on online. This is where your 404 Error page is kept.
Now you've change the .htaccess file you need to create the page. This is simply a normal HTML document. Once you've created the HTML document, save it and call it 404page.html. Now the next step is to upload the .htaccess file and the page to the server.
Now that is done your next step is to turn it on. This is done by setting the CHMOD attribute to 644. You can do this via telnet or some FTP programs. If your going to telnet into your server, use the following command:
chmod 644 .htaccess
Now test to see if it's worked. Just go to a page that doesn't exist on your server and you should see your new 404 Error page. If not, then make sure the CHMOD is set correctly, and if that doesn't help, you may want to ask your hosting company for support.
I currently own and run a small E-commerce template website located at http://www.sjh-designs.co.uk. You can find several more guides located at http://www.sjh-designs.co.uk/guides.htm.
|
|
|
|
|
|
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of xml_set_object(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /mnt/web7/31/89/51742389/htdocs/html/rss1.php on line 36

Web Sites Wage Holiday Price WarsNew York Times, United States - 8 hours agoInternet retailers, trying to navigate what is shaping up to be the first truly dreary holiday shopping season ever on the Web, are engaging in ... |
|