.htaccess Tutorials
.htaccess is a special type of file on a website which configures things on the
server that the website is on. .htaccess is not supported on all servers. The only type
I that I can guarantee it will work on is Apache. In here, you
will find some usefull things you can do with .htaccess.
To create a .htaccess file, simply create a new text file, name
it .htaccess, and upload it to any folder on your website. On Windows, you may have some
problems saving a file called .htaccess on your computer. My suggestion is to save it as a
different name and rename it .htaccess on your website.
|