Click to See Complete Forum and Search --> : URL rewrite vs modifying the url with php


ketanco
07-14-2009, 09:26 AM
Hello,

My news portal site displays the whole article as:

.............com/research/display_res_whole.php?id=21

and I want to modify this url format for SEO purposes, by making it include keywords such as first few words from article title etc...

Which method should I pursue: URL rewrite, or modifying the format for good with php? why?