PhpStorm 2020.3 Help

Use distributed configuration files (.htaccess)

PhpStorm provides syntax highlighting, formatting, code completion and documentation lookup while editing distributed configuration files.

Distributed configuration files are used to make directory-based changes to the HTTP Apache Server configuration and usually have the name .htaccess.

If you are using a file with the name .htaccess, PhpStorm recognizes it as distributed configuration file and provides full coding assistance for it, so no additional steps are required from your side.

If you want to use a file with another name, you need to associate this full name or the corresponding pattern with the distributed configuration file type. After that, PhpStorm will treat any file with the name matching the specified pattern as a distributed configuration file and process it accordingly.

Associate a name pattern with the distributed configuration file type

  1. In the Settings/Preferences dialog Ctrl+Alt+S, and select Editor | File Types.

  2. Select Apache Config from the Recognized File Types list.

  3. In the File Name Patterns area, click the Add button.

  4. In the Add Wildcard dialog that opens, specify the pattern that defines the extensions of your distributed configuration files.

  5. Click OK. PhpStorm returns you to the File Types page where the specified pattern is added to the File Name Patterns list.

    • To discard a pattern, select it in the list and click the Remove button.

    • To change a pattern, select it in the list, click the Edit button, and update the pattern as necessary in the Add Wildcard dialog that opens.

Last modified: 08 March 2021