location /SEOwp/
{
try_files $uri $uri/ /SEOwp/index.php?$args;
}
rewrite /seowp/wp-admin$ $scheme://$host$uri/ permanent;
rewrite ^/seowp/seowp/sitemap.html$ /seowp/sitemap/map.html.php;
rewrite ^/seowp/sitemap.xml$ /seowp/sitemap/map.xml;
rewrite ^/seowp/sitemap.txt$ /seowp/sitemap/map.txt;