1 (edited by cris 2006-06-23 10:15)

Topic: mod_rewrite help!

i'd like to change www.mywebsite.com/profile.php?id=2 in something like www.mysite.com/users/user_with_id=2

for example, www.mywebsite.com/profile.php?id=2 becomes www.mywebsite.com/users/username

i think that to do this i'll have to modify the way punbb links to users so that i'll be able to view a user's profile by going to www.mywebsite.com/profile.php?username=something, so it'll be possible to rewrite into www.mywebsite.com/users/something.

currently punbb only works by passing the 'id' parameter.

am i right? how can i do this?