|
Re: Regex to URL rewrite. [message #32722 is a reply to message #32708] |
Mon, 17 July 2006 19:18 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can use mod_rewrite to do any URL rewrites that you like, it is a very powerful tool, although a bit tricky to use at times. There is nothing in the forum that precludes you from using it to rewrite urls.
FUDforum Core Developer
|
|
|
|
Re: Regex to URL rewrite. [message #32735 is a reply to message #32728] |
Mon, 17 July 2006 23:46 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, you can do that too, but you need to edit a bit of FUDforum code specifically the code that creates the _rsid constant inside users.inc.t The value of this constant is prefixed to all forum urls so you can pack additional parameters in there.
FUDforum Core Developer
|
|
|
|
Re: Regex to URL rewrite. [message #32747 is a reply to message #32739] |
Tue, 18 July 2006 16:18 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Oh sorry... that's for internal links only.
When it comes to external links, such as the ones embedded in messages you'd need to edit post_proc.inc.t where the FUDcode processor that generates the URLs can be found.
FUDforum Core Developer
|
|
|