Feature request: put sitemap into directory
-
I would like to put sitemaps in site catalog like:
instead of mydomain.com/sitemap.xml to mydomain.com/sitemaps/sitemap.xml … and all others like thatJust note:
I tried to add into htaccess<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^sitemap(-+([a-zA-Z0-9_-]+))?\.xml(\.gz)?$ /sitemap/sitemap$1.xml$2 [L] </IfModule>
and set in plugin settings: Override the base URL of the sitemap to mydomain.com/sitemaps
But im getting 404 all the time
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Feature request: put sitemap into directory’ is closed to new replies.