Getting 404 Not Found
e.g. http://hennalap.com/sitemap_index.xml
I am using nginx and have added to server block in nginx.conf
rewrite ^/sitemap_index\.xml$ /index.php?sitemap=1 last;
rewrite ^/([^/]+?)-sitemap([0-9]+)?\.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;