View Single Post
  #21 (permalink)  
Old 05-05-2008, 06:30 AM
mihai mihai is offline
New Pligger
 
Join Date: Jun 2007
Posts: 28
Thanks: 1
Thanked 14 Times in 6 Posts
Quote:
Originally Posted by peppolone View Post
Hi mihai, i changed

Code:
RewriteRule ^sitemap-([0-9]+).xml module.php?module=xml_sitemaps_show_sitemap&i=$1 [L]
whit
Code:
RewriteRule ^sitemap-([^/]+).xml module.php?module=xml_sitemaps_show_sitemap&i=$1 [L]
because sitemap-pages doesn't work whit 0-9
bye
Thanks,
The suggestion about the rewrite rules is already updated in the new version of the module but if you used an older version your configuration page would still show the old one because that would already be in your db.
__________________
Patches and Hacks
Reply With Quote