i want to make clean url from normal url :
// Normal URL
home.php?kategori=dress
// Clean URL
home.php/dress
How could i build clean url like above.. Thanks in advance
|
i want to make clean url from normal url :
How could i build clean url like above.. Thanks in advance |
|||
|
|
|
You're looking for mod_rewrite |
|||
|
|