Welcome! Log In Create A New Profile

Advanced

Redirect Internet Explorer

Posted by pacolotero 
Redirect Internet Explorer
December 18, 2013 03:06AM
I want redirect to another domain users of Internet Explorer but redirect always.

My settings

server {
server_name prueba.midominio.es;
index index.html

access_log /var/log/nginx/prueba-access;
error_log /var/log/nginx/prueba-error;

root /var/www/localhost/htdocs/indes;

if ($http_user_agent ~ MSIE ) {
rewrite ^ http://prueba2.midominio.com$request_uri? permanent;
}
}
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 115
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready