Search
Recommended Sites
Related Links






   

Informative Articles

Amara Flash Photo Animation Software supports Ken Burns Motion Effects
Amara Software has just launched its Amara Flash Photo Animation Software, allowing users to bring motion to their still photos in a slideshow, with lots of options such as pan and zoom (the 'Ken Burns' effect), as well as pauses, text over...

My First Website
Have you ever wanted to build your own website or to maintain one that someone else built for you? I have written a 30-page e-book just for this purpose. The e-book is written for the absolute beginner (Windows 98 and above). In the e-book, I have...

So, You Want Your Own Website? Is Free Or Paid Hosting Right For You?
You have made the decision to build a website! Good for you. Whether you are simply looking for a way to show off your family, to try your hand at making money from an affiliate program or to go into a full-fledged business, your first decision is...

Web Source Web Design Tips -
You can create special mouseover link effects by placing the following code between the and tags within your HTML code. A:active { color:#0000FF; text-decoration; } A:hover { color:#FF0000; text-decoration: none; } //--> In this example,...

Why accessibility is important to you
Accessibility is becoming increasingly critical to the Internet experience. Is your site accessible to people with disabilities? Is it compatible with browsers other than Internet Explorer? Continue reading to discover how accessibility can benefit...

 
404 Error Pages-What are they and how do you create one?




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.




Sign up for PayPal and start accepting credit card payments instantly.