I found the solution myself:
I was using
query_posts("&paged=$page&posts_per_page=7");
But it makes the url_rewriting by the option which we already set by hand (Reading Options)
so i removed the posts_per_page from the template.
I just set it from the admin panel..