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?
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.
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.