Remove the question marks in the url

I have already activate seo friendly urls on my system but in some area still i got url's with question marks. I have page likehttp://www.example.com/articles/?article_category_id=1 is there any option to change the http://www.example.com/articles/iPhone-iPad-articles/ or like this http://www.examples.com/articles/iPhone-iPad-articles.1/ or http://www.example.com/articles/article-category/1?

I suspect it could be done using the new route changer in 1.2, but its bugged in the current release.
 
What addon is that "articles" route from?

The URL formatting changes you want would be done in the route handler for the "articles" route. Basically contact the author of that addon to suggest these changes.
 
From where i can change the route?

See my post:

The URL formatting changes you want would be done in the route handler for the "articles" route. Basically contact the author of that addon to suggest these changes.

The route handler for that addon needs to be programmed to build and resolve those links using a param. That is what allows you to have links with ids in the URI portion instead of the query string.
 
Top Bottom