Index of Sitemap

Discussion in 'Programming' started by JSalvador, Oct 8, 2006.

  1. #1
    Hi,
    I have a lot of html files that i would like to drop into a folder. I would like to create links to all the pages without having to code them all myself. I noticed that if i upload it to a folder without an index file it comes up with an automatic "index of" list of links... is there a way that I can use something like that to fit my template? any ideas on how i can create a sitemap without having to code it?
     
    JSalvador, Oct 8, 2006 IP
  2. trojan

    trojan Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Use a sitemap generator. Then upload the xml file to your site & submit it to google. One good sitemap generator I found is
    XmlSitemap

    ---------------------------------------
    Get your free ebooks here.
     
    trojan, Oct 9, 2006 IP
  3. JSalvador

    JSalvador Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks. is there a way to create a user navigatable sitemap... not just one for google?
     
    JSalvador, Oct 9, 2006 IP
  4. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #4
    do a search/replace in the xml file - just replace the xml markup with valid html markup. Or create a xslt and transform it on the fly with a SS language.
     
    ccoonen, Oct 9, 2006 IP