Hello,
a suggest like that :
it would be great to add a 301 redirect of pages like :
-http://www.placepublique.be/item.php?id=1
to it rewrited url if rewriting is activaded, like that google can directly find the new & definitive url.
i'll try to add this function to my version asap, i'll share the code, but it's not really difficult to add.
( if($page == 'itemp.php') { if(isset(get_id) && !empty(get_id)) { $url_rewrited = $site.'/'.url_rewrited(); header($url_rewrited); }}
this can also help preventing hacks & blackhat seo with always generating the should have url & redirect to it if she's different.