Hi All,
Given a RewriteRules scenario, where I need to make some URL rewriting, I'm trying to understand if there is better to place the rules in the root .htaccess file or in the http.conf file.
As far as my understanding go, it looks like the .htaccess file is read every single request, while the http.conf is read once then cached.
As the RewriteRules are not supposed to change, is there a real advantages use one file rather than another?
Many thanks for your help.