How do you expect the plugin author to help you with such rude behavior?
Kindly first visit Support Threads and if no one informed about the error yet, then let the developer know about it.
Rating a plugin 1 star won’t make it better :-/
Cheers,
Gabriel
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
What are you referring to as rude behaviour, @gabriel-reguly ?
Hi Andrew,
Rating a plugin with 1 star without filling a support request is rude behavior IMHO.
Cheers,
Gabriel
please let me know when it’s fixed, i’ll update the review 🙂
No, it’s actualy work under Nginx, I use nginx and this awesome plugin work properly.
Maybe you should put this code within your server block file.
rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.xml$ “/index.php?xml_sitemap=params=$2” last;
rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.xml\.gz$ “/index.php?xml_sitemap=params=$2;zip=true” last;
rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.html$ “/index.php?xml_sitemap=params=$2;html=true” last;
rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.html.gz$ “/index.php?xml_sitemap=params=$2;html=true;zip=true” last;