Hỏi đápCategory: HocVPS Scriptrewrite trên nginx
daicathang1992 asked 9 years ago

 
mình dùng XML Sitemaps – Yoast WordPress SEO: mà nó thông báo như này thì phải làm sao , mình không biết phải thêm vào đâu
As you’re on NGINX, you’ll need the following rewrites:

rewrite ^/sitemap_index\.xml$ /index.php?sitemap=1 last;
rewrite ^/([^/]+?)-sitemap([0-9]+)?\.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;