"In the depth of winter I finally learned that there was in me an invincible summer."Albert Camus
|
Warning: fopen(stopka/index.php) [function.fopen]: failed to open stream: No such file or directory in /stopka.php on line 117
Warning: fopen(stopka/6655d922aa2c1bbb44b556c10262be35.txt) [function.fopen]: failed to open stream: No such file or directory in /stopka.php on line 117
| |
Increase Your Sales By 25% By Implementing One Small Change How much would you be willing to pay to learn how to implement a guaranteed 25% increase in your online sales? Given the current sales situation on your website, how much would that 25% increase in sales add to your bottom line? $250 per month? $500? ...
Make your Web Site Earn You Money Make your Web Site Earn You Money The success or failure of a web site relies heavily on its design. Designing a web site involves several procedures such as creating mock-ups, defining interfaces, database design, system platform and web page ...
See RSS Feeds from Your Website RSS feeds have made it so convenient to gather current information. If you have an RSS Reader on your desktop, then from this one window you can get up-to-date information from any sources of your choice, such as: 1. Latest news from news agencies 2. ...
|
|
|
| |
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.
|
|
|
|
|
|

|