How get a like twitter url

Posted by fabio on Stack Overflow See other posts from Stack Overflow or by fabio
Published on 2010-03-08T13:11:27Z Indexed on 2010/03/08 13:21 UTC
Read the original article Hit count: 321

Filed under:
|

hi ... i would like a simple help... i have a url like this: example.com/profile.php?id= & name=

my .htaccess file like this.

RewriteRule ^profile/(.)/(.) profile.php?id=$1&name=$2

so i have a end url like this: example.com/profile/id/name

i can make example.com/id

but how can i get a url like this:

example.com/name

??

thax

© Stack Overflow or respective owner

Related posts about .htaccess

Related posts about url