Forum Replies Created

Viewing 1 replies (of 1 total)
  • well Ive got a wacky one to add to this pile …

    I followed your instructions and did get a tree version

    which was better that the other mashed version … thank you for that help …

    now when I hit rebulild I getthe tree version at https://mydomain.com/sitemap.xsl …. if I switch the xsl to xml from that page I get a beautiful sitemap … but … if I just type in https://mydomain.com/sitemap.xml from a blank browser I get nothing … blank page
    the only way I can see my “pretty” sitemap is to already be on xsl and the switch the s to an m …

    also I want sure exactly where to put the code

    AddType application/xml .xsl in my existing htaccess. file

    this is what it looks like now

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    perhaps where I did put it is in the wrong placethus the “ghosting” xml sitemap appearance …

    I had it
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    AddType application/xml .xsl <——— I put it there originally (then removed it)
    # END WordPress

    I figure the placement of that code is why this is occuring … any suuggestions ?

Viewing 1 replies (of 1 total)