location / {
root C:/website;
index index.html index.htm index.php;
include C:/website/.htaccess;
if ($host !~ "
www.xincanzs .com") {
rewrite ^(.*)
http://www.x incanzs.com$ 1 redirect;
}
}