How to Edit Your .htaccess File

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.

  1. Edit the file on your computer and upload it to the server via FTP.
  2. Use an FTP program's "Edit" mode that allows you to edit a file remotely.
  3. Use SSH and a text editor to edit the file.
  4. 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 backup 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:

  1. Login to cPanel.
  2. Click on "File Manager" in the "Files" section.
  3. Select "Document Root for:" and select the domain name you wish to access.
  4. Make sure "Show Hidden Files (dotfiles)" is checked.
  5. Click the "Go" button.

The File Manager will open in a new tab or window. 

  1. Look for the .htaccess file in the list of files.  You may need to scroll to find this file.
  2. 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.)
  3. 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.

  1. Edit the file as needed.
  2. 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.

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

You have now successfully edited your .htaccess file.


  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Clearing the DNS Cache on Browsers

The following table provides instructions for clearing the DNS cache within common Internet...

How to Enable Localhost HTTPS (SSL) on WAMP Server

By default, we can’t use HTTPS for our WAMP connections. So here is the step-by-step tutorial on...