Custom Error Pages .htaccess / Error Handling
We all know what a 404 "Not Found" error page looks like. This tutorial will show you how to make those error pages anything you desire.
Custom Error Messages .htaccess / Error Handling
It is a fact of life that if you run a busy regularly-updated website you'll also move your files about quite often. Whilst this may not pose a problem for you initially, search engines take a while to process dead links, and during this time you may be losing visitors who go to your old pages and get the standard 'page not found' error. You can prevent this by customizing your error pages, sending your visitors instead to a nice formatted webpage that politely tells them to keep on looking using your new navigation structure.
How to Create your own Custom 404 pages .htaccess / Error Handling
In this tutorial you will learn how to create your own custom 404 pages, and yes you can make it very cool with all your design abilities, it does not have to look so dull anymore with big 404 error on the page. And don't forget to put a link back to your main page, so that if the user come across your 404 page he/she can click the link and go to your main page.
Custom 404 Page Not Found Pages .htaccess / Error Handling
A cool trick you can entice your visitors with is custom error pages. When a page on your server is not found, your visitors will normally see their browser's default message such as "Page cannot be displayed." If you used a custom error page though, your visitors will see your page.
Easy Website Password Protection .htaccess / Password Protection
You can now easily implement password-protected pages to protect folders in your web site. Use these password protected directories to sell downloadable products or provide premium access to members. In this password protection tutorial, we will explain how to create access authorization using only FTP.
Customizable 404 pages .htaccess / Error Handling
A 404 error page comes up whenever someone clicks a broken link, or goes to a URL on your site that doesn't exist. To make a custom 404 error page you must first make a page that you want to be your 404 error page. It can have images, CSS, a message about the error, etc.
htaccess: Stopping "page not found" errors .htaccess / Error Handling
How to use an .htaccess file to automatically redirect requests for files that may have moved following a site redesign. This really useful technique will stop your users getting "page not found" errors after bookmarking pages on your site that no longer exist. Also solves problem of search engines that haven't caught up yet with your new site structure.