wordpress-nginx icon indicating copy to clipboard operation
wordpress-nginx copied to clipboard

using a cache plugin

Open iamkingsleyf opened this issue 8 years ago • 2 comments

Hello;

Thanks for this configuration, feel like kissing you lol. i have few questions please.

  1. I am using wp-rocket on wp-super cache for different sites what would be the configuration? wp-rocket has its own (i can get that via support)
  2. What is the rewrite run for sitemap plugin, i am not using the one included in yoast.

Thanks

iamkingsleyf avatar May 02 '16 21:05 iamkingsleyf

The rewrite rule for the sitemap

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;

iamkingsleyf avatar May 03 '16 05:05 iamkingsleyf

cannot help you sorry, I don't use a sitemap plugin. For my information, what does this plugin do better than wordpress itself?

audioscavenger avatar Mar 01 '18 04:03 audioscavenger