Ticket #447 (closed improve feature: duplicate)
short generic URLs e.g. bewelcome.org/people/guaka
| Reported by: | guaka | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5.2-long |
| Component: | ServerSetup | Keywords: | |
| Cc: | tobixen |
Description
We need short generic URLs e.g. bewelcome.org/people/guaka.
This will also make the transition away from /bw/ smoother.
Change History
comment:2 Changed 4 years ago by guaka
- Owner guaka deleted
On my localhost adding "RewriteRule? /*people/(.*) bw/member.php?cid=$1 [QSA]" to .htaccess is enough!
I don't know how to move this forward though, since .htaccess is not in svn and this could potentially break some stuff.
comment:4 Changed 4 years ago by philipp
- Cc tobixen added
- Type changed from unknown to improve feature
- Component changed from unknown to ServerSetup
comment:6 Changed 4 years ago by guaka
Cool. To do:
- make sure it doesn't turn into http://www.bewelcome.org/bw/member.php?cid=guaka
- use people instead of user
- actually use this convenient link (instead of the cid= one)
comment:7 Changed 4 years ago by lemon-head
This will happen once we have ported the members application in rox. In this case, I would like to have "members" and "people" as alias, evtl "member" as well.
I agree that "user" is not the right expression.
comment:9 Changed 4 years ago by lemon-head
Well.. if someone wants to implement a redirect from www.bw/members/username to www.bw/bw/member.php?cid=username, go for it.
Otherwise, just wait for the new members application (or contribute to it).
comment:10 Changed 4 years ago by lemon-head
In the new members app, the build/members/alias.ini takes care of this.
comment:11 Changed 4 years ago by lemon-head
- Milestone changed from unassigned to Applications using Rox Framework
comment:12 Changed 4 years ago by philipp
- Milestone changed from Applications using Rox Framework to 0.5.2-long
Milestone Applications using Rox Framework deleted
comment:13 Changed 4 years ago by philipp
- follow_up changed from test on alpha to none
- Status changed from new to closed
- Resolution set to duplicate
closing this - will be handled by the new members application



see also NiceUrls