View Single Post
  #20 (permalink)  
Old 05-02-2008, 06:11 PM
peppolone's Avatar
peppolone peppolone is offline
Pligg Donor
 
Join Date: Dec 2006
Location: rome
Posts: 147
Thanks: 2
Thanked 37 Times in 14 Posts
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
__________________
My pligg site: www.upnews.it
Reply With Quote