• Resolved sbahjaoui

    (@sbahjaoui)


    Please i need a help about my sitemap it has error, how can i fix it?
    this is error message
    ================================================================
    Error loading style sheet: An unknown error occurred (805303f4).
    /main-sitemap.xsl
    ================================================================

Viewing 1 replies (of 1 total)
  • Thread Starter sbahjaoui

    (@sbahjaoui)

    I fixed my problem thank you.
    The problem was redirection on host.
    ==========================
    # redirection to www
    RewriteCond %{HTTP_HOST} !^www.
    RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
    ==========================

Viewing 1 replies (of 1 total)
  • The topic ‘Sitemap XML Error loading style sheet’ is closed to new replies.