How to beautify the URL?
Posted
by mysqllearner
on Stack Overflow
See other posts from Stack Overflow
or by mysqllearner
Published on 2010-05-13T03:33:11Z
Indexed on
2010/05/13
3:44 UTC
Read the original article
Hit count: 301
I am sick of this kind of URL: www.domain.com/something/?id=person&photos=photoID&variable1=others&...
I am using apache, learning to write .htaccess now. Can anyone show me the basic code for this one?
Ugly: www.domain.com/something/?id=person&photos=photoID
Goal: www.domain.com/something/person/photoID
© Stack Overflow or respective owner