 | Creating an HTACCESS File |
| If you are not sure how to go about creating an HTACCESS file then this tutorial is a must read, quite simply all other tutorials on this page are pointless if you do not know how to create your very own .htaccess file. |
| HTML Tutorials > htaccess |
| |
 | Custom Error Pages |
| One of the most popular uses of HTACCESS is to create your own custom error pages. This tutorial will cover the various error codes and how to create a custom error page for each of them, whether it is a 404 error, 500 error or any of the various other er |
| HTML Tutorials > htaccess |
| |
 | No Directories |
| If you do not place an index file into a directory, the browser will list all the files stored in that directory if a person attempts to access it. To prevent this from happening we can use HTACCESS to simply show a white page without uploading an index f |
| HTML Tutorials > htaccess |
| |
 | Custom Extensions |
| Learn how to make your files have your own custom extension, like index.next. |
| HTML Tutorials > htaccess |
| |
 | Redirecting |
| By using .htaccess you can redirect a users request to a whole other file, or even better, a whole other website, and all instantly. This tutorial will show you example how to accomplish this task. |
| HTML Tutorials > htaccess |
| |