How can I secure my .htaccess file? Print

  • 0

.htaccess guidance

.htaccess is a special Apache file that tells your website how to function.
You can edit the existing .htaccess file on your site, or you can create a new text file in any directory and name it .htaccess
How can I secure my .htaccess file?
The file is already protected; it will be forbidden to browsers. To be very sure, double check that the file is named ".htaccess" and not "htaccess" nor "htaccess.txt". (It must start with a dot.)
Can I delete my .htaccess file permanently?
You can delete the .htaccess file, but it will reappear immediately as a blank file.
Websouls has default directives which will always be in place, unless you create your own directives to overrule ours.


How to Edit Your .htaccess File
The .htaccess file contains directives (instructions) that tell the server how to behave in certain scenarios and directly affects how your website functions. Redirects and rewriting URLs are two very common directives found in an .htaccess file, and many scripts such as WordPress, Drupal, Joomla and Magento add directives to the .htaccess so those scripts can function.

It is possible that you may need to edit the .htaccess file at some point, for various reasons. This article covers how to edit the file, but not what to change. (You may need to consult other articles and resources for that information.)

There are many ways to edit an .htaccess file.

Edit the file on your computer and upload it to the server via FTP.
Use an FTP program's "Edit" mode that allows you to edit a file remotely.
Use the File Manager in cPanel to edit the file.
The fastest and easiest way to edit an .htaccess file for most people is to use the File Manager in cPanel. This article covers how to edit it using this method.

How to Edit .htaccess in cPanel's File Manager
Before we do anything, it is suggested that you back up your website so that you can revert back to a previous version if something goes wrong.

To edit the .htaccess file, first we will open the File Manager:

Login to cPanel.
Click on "File Manager" in the "Files" section.
Select "Document Root for:" and select the domain name you wish to access.
Make sure "Show Hidden Files (dotfiles)" is checked.
Click the "Go" button.
The File Manager will open in a new tab or window.

Look for the .htaccess file in the list of files. You may need to scroll to find this file.
Right click on the file and click on "Code Edit" on the menu. (Alternatively, you can click on the icon for the .htaccess file and then click on the "Code Editor" icon at the top of the page.)
A dialogue box may appear asking you about encoding. Just click on the "Edit" button to continue.
The editor will open in a new window.

Edit the file as needed.
Click on the "Save Changes" button in the upper right hand corner when done.
The changes have been saved. Test your website to make sure it has the desired effect. If not, correct the error or revert back to the previous version until your site works again.

Once complete, you can click "Close" to close the window.


Was this answer helpful?

« Back

Powered by WHMCompleteSolution