Conditional AddHandler Directive
- by Itai
Is it possible to conditionally call AddHandler in the .htaccess under Apache (2.x)?
My present situation requires that a certain AddHandler is needed by one production server but that one breaks the development server. This requires to have 2 versions of .htaccess which is pain. So, instead I would like to wrap one AddHandler within a…