The .htaccess file is a very powerful configuration file that allows you to make changes to your website without having the need to edit the web server config file. A couple of things which you can achieve with the .htaccess file is setting a password protection, creating redirects, rewrites and much more. In this article we will go through the .htaccess Generator section available in our Hosting Control Panel.

How to access the .htaccess Generator

The .htaccess Generator can be found in the Hosting Control Panel of your Hosting Account. To access it simply follow the steps bellow:

  1. Log in to your Hosting Control Panel
  2. From the Dashboard choose the Hosting Tools menu
  3. Under Advanced Tools select the .htaccess Generator 

What can you use the .htaccess Generator for?

The .htaccess Generator can assist you with creating a .htaccess file without much technical knowledge. There are a couple of features which you can use:

  • Access and Security
  • Error handling
  • File Operations
  • Redirections

These options can be selected from the .htaccess Generator form under Features. 

Access and Security

Under the Access and Security tab you can generate a code which will:

  • Block traffic by referrer
  • Block abusive bots
  • Enable/Disable Hotlinking Protection
  • Block/Allow traffic by IP
  • Block/Allow traffic by hostname

Error Handling

As the features suggest you will be able to setup redirects for the error pages of your website. For example you can create custom error pages for your website and use the .htaccess Generator to generate the code which will redirect your visitors. You can also redirect users that visit non-existing pages to one specific page.

File Operations

With the File Operations you can set additional MIME types such as audio files. Such example would be the following code for the .htaccess file:

AddType audio/mpeg .mp3

Redirections

With the redirection feature you can set the default index page for your website. You can also use this option to create redirects from one page to another. For example you can redirect from domain.com/old-page to domain.com/new-page. Another useful option is that you can setup a redirect depending on the country from which your visitors are. 

How to generate the .htaccess file?

To generate the .htaccess file follow the steps bellow:

  1. Select the Location for your .htaccess file
  2. Select the feature from the list
  3. Select the option which you would like to add in the .htaccess file
  4. If necessary add the needed information for the feature
  5. Click on the Create .htaccess button

Once you have done that you will find the .htaccess file inside the specified directory with the necessary code.


Keep reading