nginx prestashop 1.6 nginx rewrite config fileBy Oxford2019-01-210 server { listen *:80; server_name www.shopym.com *.shopym.com shopym.com; root /var/www/html; if ($http_host != “www.shopym.com”) { rewrite ^ http://www.shopym.com$request_uri permanent; }…