Dynamic .htaccess rule – redirect root – Apache
I need some help to transform my static .htaccess rule to a dynamic rule. This is the definition of the rule: #Redirect the request of file inside folder 'agencias/pagina_agencia/' to the base root URL RewriteBase / RewriteCond %{HTTP_HOST} ^www.avantitecnologiati.com.br RewriteRule…