| 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!
|