Forum Moderators: open
Is htaccess always servedQuibble: htaccess is never served. But it is always read, where “always” means on each request whose physical filepath passes through the directory containing the htaccess file, and “request” means both external requests (the ones that show up in your access logs) and internal requests (for example, include files or error documents). That, in turn, means htaccess might be read more than once for a single external request.