Url rewriting on forum

Hello,

I'd like to change url of my forums...

--------

http://www.mywebsite.com/forum/

becomes 

http://www.mywebsite.com/forum-car/  ---    for index

--------

http://www.mywebsite.com/forum/#group/my_car.htm      -------  for categories

becomes 

http://www.mywebsite.com/forum_car/car/my_car.htm 

--------

http://www.mywebsite.com/forum/#topic/my_car.htm    ---------     for post

becomes 

http://www.mywebsite.com/forum_car/car/my_car.htm

--------

That's will be better for google indexation.

Can you help me with htaccess ?

Thanks per advance

Quote · 29 Sep 2014

The first one may be able to be changed, but the others cannot.

URL's with a hash which is the # are not accessible server side. Those are client side. The forum urls are mostly handled client side via java script. It is unknown why boonex choose to do things that way, but it makes most everything dealing with the urls impossible to do.

So, to make a long story short. You can't do all of that with .htaccess alone. The forum script itself would also need to be re-written to generate different url's.

I cannot tell you how. I do not know how.

https://www.deanbassett.com
Quote · 29 Sep 2014

Thanks a lot Deano !

Quote · 29 Sep 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.