mzaidan 2 Report post Posted August 10, 2016 Tem como eu pegar o navegador pelo htaccess? Queria ver se fosse firefox ir para outro link. Grato. Ps. Queria no .htaccess (em php sei fazer, teria que ser pelo htaccess) Share this post Link to post Share on other sites
Vinicius Cainelli 17 Report post Posted August 10, 2016 Acho que isso te ajuda cara.http://stackoverflow.com/questions/14057575/htaccess-redirect-to-specific-webpage-based-on-browser Share this post Link to post Share on other sites
mzaidan 2 Report post Posted August 11, 2016 Tentei aqui: RewriteCond %{HTTP_USER_AGENT} FirefoxRewriteRule ^abcd.html$ firefox.html [NC,L] Mas, não deu :-( Share this post Link to post Share on other sites