PDA

View Full Version : How to Change URL Like This?


v123shine
06-28-2012, 02:22 AM
Hello,

I'm using vb 3.8.x

The default url in social group post is :
http://www.site.net/group.php?do=discuss&group=&discussionid=189

I want to change it to :
http://www.site.net/group.php?discussionid=189

Can i remove this line"do=discuss&group=&" using .htaccess ???

Thanks

DivisionByZero
06-28-2012, 02:43 AM
yes and no.

You'd have to do something to identify the group itself. You could do something like:

/groups/group-id-or-name/discussionid=189

v123shine
06-28-2012, 03:32 AM
No, i just want remove this code "do=discuss&group=&" from social group post URL.

The default url in social group post is :
http://www.site.net/group.php?do=discuss&group=&discussionid=189

I want to change it to :
http://www.site.net/group.php?discussionid=189