Mobile app version of vmapp.org
Login or Join
Angie530

: Basic way to clean url from normal url 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?

@Angie530

Posted in: #Php #WebDevelopment

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?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angie530

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kristi941

You're looking for mod_rewrite

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme