I am trying to "crawl" data in my database for my website for the sitemap. The JSitemap component allows for building a sitemap from a database. My database is in the same instance as my Joomla install. In my case, I want to have "pretty" urls for my users. So instead of having something like
http://www.mysite.com/site/pages/mypage.php?id=123&st=NY&title=MyPageTitle, I use a rewrite to transform the url to:
http://www.mysite.com/page/123/NY/MyPageTitle
My question is there a way to maintain my database queries to the 2nd url as in this example? It looks like I could use your product if I were to switch to the first url in this example, but I really need the cleaner looking url. Is there away to achieve this so the urls in the sitemap displays the second url?
Let me know if I can clarify anything.
Regards,
Geoff