View Single Post
  #23 (permalink)  
Old 05-31-2008, 01:46 AM
mushmoosh mushmoosh is offline
Casual Pligger
 
Join Date: Jan 2007
Posts: 38
Thanks: 4
Thanked 0 Times in 0 Posts
rewrite problem

thank you so much for this extremely useful module. I truly appreciate it.

I am running into an issue with the rewrite of the sitemap-0.xml file.

I am using the following:

RewriteRule ^sitemapindex.xml module.php?module=xml_sitemaps_show_sitemap [L]
RewriteRule ^sitemap-([0-9a-z]+).xml module.php?module=xml_sitemaps_show_sitemap&i=$1 [L]

The sitemapeindex.xml displays correctly; however, the sitemap-*.xml file will not load. It just shows the custom error page.

If i use the following full path, then it will work:

module.php?module=xml_sitemaps_show_sitemap&i=2

I have enabled the URL friendly configuration option.

Please let me know what I am doing wrong and how I can correct this. I would so appreciate it!

Thank you!
Reply With Quote