You are here

constant HTACCESS_TEMPLATE_PATH in Htaccess 7.2

Same name and namespace in other branches
  1. 8.2 htaccess.module \HTACCESS_TEMPLATE_PATH

@file Htaccess is a module which autogenerates a Drupal root htaccess file based on your settings.

2 uses of HTACCESS_TEMPLATE_PATH
htaccess_admin_settings_generate_submit in ./htaccess.admin.inc
Admin htaccess generate submit handler.
htaccess_generate_default in ./htaccess.module

File

./htaccess.module, line 9
Htaccess is a module which autogenerates a Drupal root htaccess file based on your settings.

Code

define('HTACCESS_TEMPLATE_PATH', drupal_get_path('module', 'htaccess') . '/includes/htaccess.txt');