|
How do you create a .htaccess
file?
Creating the .htaccess
File You should already have a .htaccess file in your root directory
(public_html, www, home, ect.), but if you don't have one already, here
is how you can create one. Open a text editor like Notepad and
save a file as htaccess.txt. Now upload that file to the root directory of your
website and then rename the file .htaccess. You now have a .htaccess
file.
|