Lines Matching refs:htaccess
328 * have to deal with the moral equivalent of .htaccess files here...
834 * Resource, access, and .htaccess config files now parsed by a common
862 "%s in .htaccess forbidden by AllowOverride",
1238 max_len = HUGE_STRING_LEN; /* lower limit for .htaccess */
1372 max_len = HUGE_STRING_LEN; /* lower limit for .htaccess */
1610 max_len = HUGE_STRING_LEN; /* lower limit for .htaccess */
2105 for (cache = r->htaccess; cache != NULL; cache = cache->next) {
2107 *result = cache->htaccess;
2153 "%s pcfg_openfile: unable to check htaccess file, "
2158 "Server unable to read htaccess file, denying "
2170 new->htaccess = dc;
2173 new->next = r->htaccess;
2174 r->htaccess = new;
2476 * appear in the main configuration files and/or .htaccess files according
2484 * within .htaccess --> override = AllowOverride for current directory;
2507 /* Warn if the directive is allowed inside <Directory> or .htaccess
2514 printf(" and in .htaccess\n\twhen AllowOverride");