• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JForum Dynamic UrlRewriting

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello again,

I try to rewrite The urls of The jforum. The category, forumname, threadtitle Schould be Displayed in The URL. The current rewriting (*.page etc.) should be replaced. Does anyone has The Background to Realize this rewriting with jforum or an idea how to Start. Can i Realize this with jforum funktionalities?

Thanks and Regards

 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We did that here by using a filter to map the default formed URL to the desired form. In hindsight, this was a mistake and changing the actual URLs would have been a better idea. The maintenance of the filter approach is awkward. And it introduced a few bugs where URLs get converted not at all or twice.
reply
    Bookmark Topic Watch Topic
  • New Topic