• Resolved Isu

    (@isuke01)


    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 that

    Just 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

    • This topic was modified 4 years ago by Isu.
    • This topic was modified 4 years ago by Isu.
    • This topic was modified 4 years ago by Isu.
Viewing 1 replies (of 1 total)
  • Plugin Author Auctollo

    (@auctollo)

    @isuke01

    Thank you for submitting your feature request.

    Our team has reviewed your request and will consider in future releases of our plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Feature request: put sitemap into directory’ is closed to new replies.